Lines Matching refs:offload
14 Luckily, there are NICs that offer a hardware based IPsec offload which
17 hardware offload.
19 Userland access to the offload is typically through a system such as
28 offload dev eth4 dir in
47 The NIC driver offering ipsec offload will need to implement these
48 callbacks to make the offload available to the network stack's
50 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
65 When new SAs are set up with a request for "offload" feature, the
70 - enable the HW offload of the SA
73 -EOPNETSUPP offload not supported, try SW IPsec
77 that can be used to convey context into the fast-path offload requests.
83 been setup for offload, it first calls into xdo_dev_offload_ok() with
84 the skb and the intended offload state to ask the driver if the offload
86 offload can be supported (e.g. IPv4 or IPv6, no IPv4 options, etc) and
90 offload information, including the opaque context, and set up the packet
98 packet data, the offload just needs to do the encryption and fix up the
119 indicate the success and/or error status of the offload
130 is asked to disable the offload. Later, xdo_dev_state_free() is called
133 offload state. How these are used by the driver will depend on specific