kernel-ipsec: Add flag to enable hardware offloading for an IPsec SA
This commit is contained in:
@@ -91,6 +91,8 @@ struct kernel_ipsec_add_sa_t {
|
|||||||
uint16_t cpi;
|
uint16_t cpi;
|
||||||
/** TRUE to enable UDP encapsulation for NAT traversal */
|
/** TRUE to enable UDP encapsulation for NAT traversal */
|
||||||
bool encap;
|
bool encap;
|
||||||
|
/** TRUE to enable hardware offloading if available */
|
||||||
|
bool hw_offload;
|
||||||
/** TRUE to use Extended Sequence Numbers */
|
/** TRUE to use Extended Sequence Numbers */
|
||||||
bool esn;
|
bool esn;
|
||||||
/** TRUE if initiator of the exchange creating the SA */
|
/** TRUE if initiator of the exchange creating the SA */
|
||||||
|
|||||||
Reference in New Issue
Block a user