|
DPDK 25.11.3
|
#include <rte_swx_ipsec.h>
Data Structures | |
| struct | [struct].esp |
| union | [union].tunnel |
Data Fields | |
| int | tunnel_mode |
| int | tunnel_ipv4 |
IPsec protocol encapsulation parameters.
Definition at line 225 of file rte_swx_ipsec.h.
| int tunnel_mode |
Tunnel mode when non-zero, transport mode when zero.
Definition at line 233 of file rte_swx_ipsec.h.
| int tunnel_ipv4 |
Tunnel type: Non-zero for IPv4, zero for IPv6. Valid for tunnel mode only.
Definition at line 236 of file rte_swx_ipsec.h.