Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_frag.c13 __be16 inner_protocol; member
38 skb->inner_protocol = data->inner_protocol; in sch_frag_xmit()
64 data->inner_protocol = skb->inner_protocol; in sch_frag_prepare_frag()
/linux/net/mpls/
H A Dmpls_gso.c42 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/linux/net/openvswitch/
H A Ddatapath.h185 __be16 inner_protocol; member
H A Dactions.c703 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
749 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/linux/net/ipv4/
H A Dgre_offload.c43 skb->protocol = skb->inner_protocol; in gre_gso_segment()
/linux/include/net/
H A Dvxlan.h385 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c2077 u8 inner_protocol; in ravb_can_tx_csum_gbeth() local
2098 inner_protocol = ip_hdr(skb)->protocol; in ravb_can_tx_csum_gbeth()
2101 inner_protocol = ipv6_hdr(skb)->nexthdr; in ravb_can_tx_csum_gbeth()
2107 switch (inner_protocol) { in ravb_can_tx_csum_gbeth()
/linux/net/xfrm/
H A Dxfrm_output.c806 if (skb->inner_protocol && x->props.mode == XFRM_MODE_TUNNEL) in xfrm_output()
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c1312 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1339 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/linux/include/linux/
H A Dskbuff.h1072 __be16 inner_protocol;
2961 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/linux/net/core/
H A Dskbuff.c1336 skb->encapsulation, skb->inner_protocol, skb->inner_mac_header, in skb_dump()
1553 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
6551 if (!skb->inner_protocol) { in skb_mpls_push()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1494 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2146 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13880 if (skb->inner_protocol == htons(ETH_P_TEB)) { in bnxt_udp_tunl_check()
13891 } else if (skb->inner_protocol == htons(ETH_P_IP)) { in bnxt_udp_tunl_check()
13893 } else if (skb->inner_protocol == htons(ETH_P_IPV6)) { in bnxt_udp_tunl_check()
13908 switch (skb->inner_protocol) { in bnxt_tunl_check()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1275 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5113 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()