Lines Matching full:offload
16 Luckily, there are NICs that offer a hardware based IPsec offload which
19 hardware offload.
21 Userland access to the offload is typically through a system such as
30 offload dev eth4 dir in
51 The NIC driver offering ipsec offload will need to implement these
52 callbacks to make the offload available to the network stack's
54 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
71 When new SAs are set up with a request for "offload" feature, the
77 - enable the HW offload of the SA
82 -EOPNETSUPP offload not supported, try SW IPsec
87 that can be used to convey context into the fast-path offload requests::
93 been setup for offload, it first calls into xdo_dev_offload_ok() with
94 the skb and the intended offload state to ask the driver if the offload
96 offload can be supported (e.g. IPv4 or IPv6, no IPv4 options, etc) and
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
131 indicate the success and/or error status of the offload::
143 is asked to disable the offload. Later, xdo_dev_state_free() is called
146 offload state. How these are used by the driver will depend on specific