Home
last modified time | relevance | path

Searched refs:inner_protocol (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/mpls/
Dmpls_gso.c38 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/kernel/linux/linux-5.10/net/openvswitch/
Dactions.c48 __be16 inner_protocol; member
788 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
834 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/kernel/linux/linux-5.10/net/ipv4/
Dgre_offload.c41 skb->protocol = skb->inner_protocol; in gre_gso_segment()
Dudp_offload.c163 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
/kernel/linux/linux-5.10/include/net/
Dvxlan.h320 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_output.c604 if (skb->inner_protocol) in xfrm_output()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_common.c1336 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h897 __be16 inner_protocol; member
2429 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c688 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/kernel/linux/linux-5.10/drivers/net/
Dvxlan.c2337 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local
2385 inner_protocol = skb->protocol; in vxlan_build_skb()
2388 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1731 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c966 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
5729 if (!skb->inner_protocol) { in skb_mpls_push()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3527 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1289 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c5125 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4348 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()