Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h365 __be16 tun_l3_proto; member
394 if (swp_spec->tun_l3_proto == htons(ETH_P_IPV6)) in mlx5e_set_eseg_swp()