Home
last modified time | relevance | path

Searched refs:Netbuf (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkePacket.c126 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()
DIkePacket.h61 IN NET_BUF *Netbuf
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DDxeUdpIoLib.c174 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/
DIp6Input.h168 IN OUT NET_BUF **Netbuf,
DIp6Input.c508 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/
DIp4Input.c498 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()
DIp4Input.h245 IN OUT NET_BUF **Netbuf,