| /linux/net/sched/ |
| H A D | sch_frag.c | 13 __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 D | mpls_gso.c | 42 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
|
| /linux/net/openvswitch/ |
| H A D | datapath.h | 185 __be16 inner_protocol; member
|
| H A D | actions.c | 703 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 D | gre_offload.c | 43 skb->protocol = skb->inner_protocol; in gre_gso_segment()
|
| H A D | udp_offload.c | 324 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 1231 skb->inner_protocol != htons(ETH_P_TEB)) { in wx_encode_tx_desc_ptype() 1243 if (skb->inner_protocol == htons(ETH_P_IP) || in wx_encode_tx_desc_ptype() 1244 skb->inner_protocol == htons(ETH_P_IPV6)) { in wx_encode_tx_desc_ptype() 3240 skb->inner_protocol != htons(ETH_P_IP) && in wx_features_check() 3241 skb->inner_protocol != htons(ETH_P_IPV6) && in wx_features_check() 3242 skb->inner_protocol != htons(ETH_P_TEB)) in wx_features_check()
|
| /linux/include/net/ |
| H A D | vxlan.h | 385 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 2076 u8 inner_protocol; in ravb_can_tx_csum_gbeth() local 2097 inner_protocol = ip_hdr(skb)->protocol; in ravb_can_tx_csum_gbeth() 2100 inner_protocol = ipv6_hdr(skb)->nexthdr; in ravb_can_tx_csum_gbeth() 2106 switch (inner_protocol) { in ravb_can_tx_csum_gbeth()
|
| /linux/net/xfrm/ |
| H A D | xfrm_output.c | 806 if (skb->inner_protocol && x->props.mode == XFRM_MODE_TUNNEL) in xfrm_output()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | efx_common.c | 1339 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | efx_common.c | 1312 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_main.c | 682 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2187 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local 2240 inner_protocol = skb->protocol; in vxlan_build_skb() 2243 udp_tunnel_set_inner_protocol(skb, double_encap, inner_protocol); in vxlan_build_skb()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1072 __be16 inner_protocol; 2962 skb->inner_protocol = protocol; in skb_set_inner_protocol()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1358 skb->encapsulation, skb->inner_protocol, skb->inner_mac_header, in skb_dump() 1586 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header() 6589 if (!skb->inner_protocol) { in skb_mpls_push()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-drv.c | 1494 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
|
| /linux/drivers/net/ |
| H A D | geneve.c | 1184 id = proto_to_id(skb->inner_protocol); in geneve_build_gro_hint_opt()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 2146 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 13948 if (skb->inner_protocol == htons(ETH_P_TEB)) { in bnxt_udp_tunl_check() 13959 } else if (skb->inner_protocol == htons(ETH_P_IP)) { in bnxt_udp_tunl_check() 13961 } else if (skb->inner_protocol == htons(ETH_P_IPV6)) { in bnxt_udp_tunl_check() 13976 switch (skb->inner_protocol) { in bnxt_tunl_check()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 1275 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5112 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5003 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()
|