| /linux/net/sched/ |
| H A D | sch_frag.c | 14 __be16 inner_protocol; 39 skb->inner_protocol = data->inner_protocol; in sch_frag_xmit() 65 data->inner_protocol = skb->inner_protocol; in sch_frag_prepare_frag() 13 __be16 inner_protocol; global() member
|
| /linux/net/xfrm/ |
| H A D | xfrm_output.c | 69 if (!skb->inner_protocol) in xfrm4_transport_output() 172 if (!skb->inner_protocol) in xfrm6_transport_output() 283 if (!skb->inner_protocol) { in xfrm4_tunnel_encap_add() 330 if (!skb->inner_protocol) { in xfrm6_tunnel_encap_add() 813 if (skb->inner_protocol && x->props.mode == XFRM_MODE_TUNNEL) in xfrm_output()
|
| /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 | 704 skb->inner_protocol = data->inner_protocol; in ovs_vport_output() 750 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/include/net/ |
| H A D | vxlan.h | 385 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
| /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/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 2088 u8 inner_protocol; in ravb_can_tx_csum_gbeth() local 2109 inner_protocol = ip_hdr(skb)->protocol; in ravb_can_tx_csum_gbeth() 2112 inner_protocol = ipv6_hdr(skb)->nexthdr; in ravb_can_tx_csum_gbeth() 2118 switch (inner_protocol) { in ravb_can_tx_csum_gbeth()
|
| /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 | 2191 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local 2244 inner_protocol = skb->protocol; in vxlan_build_skb() 2247 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; 2976 skb->inner_protocol = protocol; in skb_set_inner_protocol()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1344 skb->encapsulation, skb->inner_protocol, skb->inner_mac_header, in skb_dump() 1573 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header() 6582 if (!skb->inner_protocol) { in skb_mpls_push()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-drv.c | 1500 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
|
| /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 | 14062 if (skb->inner_protocol == htons(ETH_P_TEB)) { in bnxt_udp_tunl_check() 14073 } else if (skb->inner_protocol == htons(ETH_P_IP)) { in bnxt_udp_tunl_check() 14075 } else if (skb->inner_protocol == htons(ETH_P_IPV6)) { in bnxt_udp_tunl_check() 14090 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 | 5067 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()
|