Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Dmpls_gso.c39 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/Linux-v4.19/net/openvswitch/
Dactions.c62 __be16 inner_protocol; member
197 if (!skb->inner_protocol) { in push_mpls()
824 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
868 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/Linux-v4.19/include/net/
Dvxlan.h310 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/Linux-v4.19/net/ipv4/
Dgre_offload.c45 skb->protocol = skb->inner_protocol; in gre_gso_segment()
Dudp_offload.c166 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
/Linux-v4.19/include/linux/
Dskbuff.h835 __be16 inner_protocol; member
2205 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/Linux-v4.19/drivers/net/
Dvxlan.c1835 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local
1883 inner_protocol = skb->protocol; in vxlan_build_skb()
1886 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c691 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3308 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1202 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/Linux-v4.19/net/core/
Dskbuff.c822 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_main.c5245 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()