MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / FreeNbufList

Function FreeNbufList

NetworkPkg/HttpDxe/HttpsSupport.c:95–105  ·  view source on GitHub ↗

The callback function to free the net buffer list. @param[in] Arg The opaque parameter. **/

Source from the content-addressed store, hash-verified

93
94**/
95VOID
96EFIAPI
97FreeNbufList (
98 IN VOID *Arg
99 )
100{
101 ASSERT (Arg != NULL);
102
103 NetbufFreeList ((LIST_ENTRY *) Arg);
104 FreePool (Arg);
105}
106
107/**
108 Check whether the Url is from Https.

Callers 1

TlsReceiveOnePduFunction · 0.85

Calls 2

NetbufFreeListFunction · 0.50
FreePoolFunction · 0.50

Tested by

no test coverage detected