Home
last modified time | relevance | path

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

/Linux-v5.4/net/mpls/
Dmpls_gso.c35 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/Linux-v5.4/net/openvswitch/
Dactions.c49 __be16 inner_protocol; member
751 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
797 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/Linux-v5.4/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()
/Linux-v5.4/include/net/
Dvxlan.h316 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/Linux-v5.4/include/linux/
Dskbuff.h858 __be16 inner_protocol; member
2372 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c693 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/Linux-v5.4/drivers/net/
Dvxlan.c2159 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local
2207 inner_protocol = skb->protocol; in vxlan_build_skb()
2210 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
/Linux-v5.4/net/core/
Dskbuff.c957 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
5503 if (!skb->inner_protocol) { in skb_mpls_push()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3531 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1224 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_main.c5250 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()