Home
last modified time | relevance | path

Searched refs:allow_tunnel_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c32 u8 allow_tunnel_mode : 1; member
360 if (rx->allow_tunnel_mode) in rx_destroy()
458 rx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in rx_create()
459 if (rx->allow_tunnel_mode) in rx_create()
513 if (rx->allow_tunnel_mode) in rx_create()
673 if (tx->allow_tunnel_mode) in tx_destroy()
716 tx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in tx_create()
717 if (tx->allow_tunnel_mode) in tx_create()
783 if (tx->allow_tunnel_mode) in tx_create()
2091 return tx->allow_tunnel_mode; in mlx5e_ipsec_fs_tunnel_enabled()
[all …]
H A Dipsec.h212 u8 allow_tunnel_mode : 1; member