Lines Matching full:packet
92 When the network stack is preparing an IPsec packet for an SA that has
95 will serviceable. This can check the packet information to be sure the
99 When ready to send, the driver needs to inspect the Tx packet for the
100 offload information, including the opaque context, and set up the packet
108 packet data, the offload just needs to do the encryption and fix up the
112 When a packet is received and the HW has indicated that it offloaded a
114 the packet's skb. At this point the data should be decrypted but the
115 IPsec headers are still in the packet data; they are removed later up
120 get spi, protocol, and destination IP from packet headers
137 hand the packet to napi_gro_receive() as usual
140 Driver will check packet seq number and update HW ESN state machine if needed.