Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c32 u8 allow_tunnel_mode : 1; member
257 if (rx->allow_tunnel_mode) in rx_destroy()
363 rx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in rx_create()
364 if (rx->allow_tunnel_mode) in rx_create()
418 if (rx->allow_tunnel_mode) in rx_create()
579 if (tx->allow_tunnel_mode) in tx_destroy()
622 tx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in tx_create()
623 if (tx->allow_tunnel_mode) in tx_create()
689 if (tx->allow_tunnel_mode) in tx_create()
1986 return tx->allow_tunnel_mode; in mlx5e_ipsec_fs_tunnel_enabled()
[all …]
Dipsec.h212 u8 allow_tunnel_mode : 1; member