]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Main.c
index f3ff95463c0aa10575d57c2b5b7f5d899cc5639b..7bb83b06f66a717b54f9b64ef4020705595aec84 100644 (file)
@@ -783,7 +783,7 @@ Udp4Receive (
   //\r
   // Dispatch the DPC queued by the NotifyFunction of Token->Event.\r
   //\r
-  NetLibDispatchDpc ();\r
+  DispatchDpc ();\r
 \r
 ON_EXIT:\r
 \r
@@ -856,7 +856,7 @@ Udp4Cancel (
   //\r
   // Dispatch the DPC queued by the NotifyFunction of the cancelled token's events.\r
   //\r
-  NetLibDispatchDpc ();\r
+  DispatchDpc ();\r
 \r
   gBS->RestoreTPL (OldTpl);\r
 \r