Home
last modified time | relevance | path

Searched refs:tun_l3_proto (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Den_accel.h80 swp_spec.tun_l3_proto = htons(ETH_P_IPV6); in mlx5e_tx_tunnel_accel()
83 swp_spec.tun_l3_proto = htons(ETH_P_IP); in mlx5e_tx_tunnel_accel()
Dipsec_rxtx.c154 swp_spec.tun_l3_proto = htons(ETH_P_IPV6); in mlx5e_ipsec_set_swp()
157 swp_spec.tun_l3_proto = htons(ETH_P_IP); in mlx5e_ipsec_set_swp()
161 swp_spec.tun_l3_proto = skb->protocol; in mlx5e_ipsec_set_swp()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h365 __be16 tun_l3_proto; member
385 if (swp_spec->tun_l3_proto == htons(ETH_P_IPV6)) in mlx5e_set_eseg_swp()