Searched refs:Netbuf (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IkePacket.c | 126 IN NET_BUF *Netbuf in IkePacketFromNetbuf() argument 132 if (Netbuf->TotalSize < sizeof (IKE_HEADER)) { in IkePacketFromNetbuf() 143 NetbufCopy (Netbuf, 0, sizeof (IKE_HEADER), (UINT8 *) IkePacket->Header); in IkePacketFromNetbuf() 148 if (IkePacket->Header->Length < Netbuf->TotalSize) { in IkePacketFromNetbuf() 161 …NetbufCopy (Netbuf, sizeof (IKE_HEADER), (UINT32) IkePacket->PayloadTotalSize, IkePacket->Payloads… in IkePacketFromNetbuf() 191 NET_BUF *Netbuf; in IkeNetbufFromPacket() local 246 Netbuf = NetbufFromExt ( in IkeNetbufFromPacket() 256 return Netbuf; in IkeNetbufFromPacket()
|
D | IkePacket.h | 61 IN NET_BUF *Netbuf
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/ |
D | DxeUdpIoLib.c | 174 NET_BUF *Netbuf; in UdpIoOnDgramRcvdDpc() local 219 Netbuf = NetbufFromExt ( in UdpIoOnDgramRcvdDpc() 228 if (Netbuf == NULL) { in UdpIoOnDgramRcvdDpc() 256 Netbuf = NetbufFromExt ( in UdpIoOnDgramRcvdDpc() 265 if (Netbuf == NULL) { in UdpIoOnDgramRcvdDpc() 293 RxToken->CallBack (Netbuf, &EndPoint, EFI_SUCCESS, RxToken->Context); in UdpIoOnDgramRcvdDpc()
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6Input.h | 168 IN OUT NET_BUF **Netbuf,
|
D | Ip6Input.c | 508 IN OUT NET_BUF **Netbuf, in Ip6IpSecProcessPacket() argument 534 Packet = *Netbuf; in Ip6IpSecProcessPacket() 650 TxWrap->Packet = *Netbuf; in Ip6IpSecProcessPacket() 662 *Netbuf = TxWrap->Packet; in Ip6IpSecProcessPacket() 701 *Netbuf = Packet; in Ip6IpSecProcessPacket() 722 *Netbuf = Packet; in Ip6IpSecProcessPacket()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
D | Ip4Input.c | 498 IN OUT NET_BUF **Netbuf, in Ip4IpSecProcessPacket() argument 522 Packet = *Netbuf; in Ip4IpSecProcessPacket() 634 TxWrap->Packet = *Netbuf; in Ip4IpSecProcessPacket() 642 NetIpSecNetbufFree (*Netbuf); in Ip4IpSecProcessPacket() 643 *Netbuf = TxWrap->Packet; in Ip4IpSecProcessPacket() 685 *Netbuf = Packet; in Ip4IpSecProcessPacket()
|
D | Ip4Input.h | 245 IN OUT NET_BUF **Netbuf,
|