Searched refs:TxWrap (Results 1 – 2 of 2) sorted by relevance
511 IP4_TXTOKEN_WRAP *TxWrap; in Ip4IpSecProcessPacket() local526 TxWrap = (IP4_TXTOKEN_WRAP *) Context; in Ip4IpSecProcessPacket()618 if (Direction == EfiIPsecOutBound && TxWrap != NULL) { in Ip4IpSecProcessPacket()620 TxWrap->IpSecRecycleSignal = RecycleEvent; in Ip4IpSecProcessPacket()621 TxWrap->Packet = NetbufFromExt ( in Ip4IpSecProcessPacket()627 TxWrap in Ip4IpSecProcessPacket()629 if (TxWrap->Packet == NULL) { in Ip4IpSecProcessPacket()634 TxWrap->Packet = *Netbuf; in Ip4IpSecProcessPacket()643 *Netbuf = TxWrap->Packet; in Ip4IpSecProcessPacket()
521 IP6_TXTOKEN_WRAP *TxWrap; in Ip6IpSecProcessPacket() local540 TxWrap = (IP6_TXTOKEN_WRAP *) Context; in Ip6IpSecProcessPacket()639 if (Direction == EfiIPsecOutBound && TxWrap != NULL) { in Ip6IpSecProcessPacket()640 TxWrap->IpSecRecycleSignal = RecycleEvent; in Ip6IpSecProcessPacket()641 TxWrap->Packet = NetbufFromExt ( in Ip6IpSecProcessPacket()647 TxWrap in Ip6IpSecProcessPacket()649 if (TxWrap->Packet == NULL) { in Ip6IpSecProcessPacket()650 TxWrap->Packet = *Netbuf; in Ip6IpSecProcessPacket()656 IP6_GET_CLIP_INFO (TxWrap->Packet), in Ip6IpSecProcessPacket()662 *Netbuf = TxWrap->Packet; in Ip6IpSecProcessPacket()