Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_frag.c13 __be16 inner_protocol; member
34 skb->inner_protocol = data->inner_protocol; in sch_frag_xmit()
60 data->inner_protocol = skb->inner_protocol; in sch_frag_prepare_frag()
/openbmc/linux/net/mpls/
H A Dmpls_gso.c42 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/openbmc/linux/net/openvswitch/
H A Dactions.c51 __be16 inner_protocol; member
791 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
837 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/openbmc/linux/net/ipv4/
H A Dgre_offload.c43 skb->protocol = skb->inner_protocol; in gre_gso_segment()
H A Dudp_offload.c168 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
/openbmc/linux/include/net/
H A Dvxlan.h379 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1135 skb->inner_protocol != htons(ETH_P_TEB)) { in wx_encode_tx_desc_ptype()
1147 if (skb->inner_protocol == htons(ETH_P_IP) || in wx_encode_tx_desc_ptype()
1148 skb->inner_protocol == htons(ETH_P_IPV6)) { in wx_encode_tx_desc_ptype()
/openbmc/linux/net/xfrm/
H A Dxfrm_output.c755 if (skb->inner_protocol) in xfrm_output()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1349 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_common.c1332 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c683 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2186 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local
2234 inner_protocol = skb->protocol; in vxlan_build_skb()
2237 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
/openbmc/linux/include/linux/
H A Dskbuff.h1027 __be16 inner_protocol;
2777 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1740 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1961 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/openbmc/linux/net/core/
H A Dskbuff.c1397 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
6167 if (!skb->inner_protocol) { in skb_mpls_push()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1289 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5116 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4660 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11439 switch (skb->inner_protocol) { in bnxt_tunl_check()