| /linux-6.15/net/sched/ |
| H A D | sch_frag.c | 13 __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()
|
| /linux-6.15/net/mpls/ |
| H A D | mpls_gso.c | 42 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
|
| /linux-6.15/net/openvswitch/ |
| H A D | actions.c | 56 __be16 inner_protocol; member 807 skb->inner_protocol = data->inner_protocol; in ovs_vport_output() 853 data->inner_protocol = skb->inner_protocol; in prepare_frag()
|
| /linux-6.15/net/ipv4/ |
| H A D | gre_offload.c | 43 skb->protocol = skb->inner_protocol; in gre_gso_segment()
|
| H A D | udp_offload.c | 168 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
|
| /linux-6.15/include/net/ |
| H A D | vxlan.h | 381 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
|
| /linux-6.15/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 2066 u8 inner_protocol; in ravb_can_tx_csum_gbeth() local 2087 inner_protocol = ip_hdr(skb)->protocol; in ravb_can_tx_csum_gbeth() 2090 inner_protocol = ipv6_hdr(skb)->nexthdr; in ravb_can_tx_csum_gbeth() 2096 switch (inner_protocol) { in ravb_can_tx_csum_gbeth()
|
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 1146 skb->inner_protocol != htons(ETH_P_TEB)) { in wx_encode_tx_desc_ptype() 1158 if (skb->inner_protocol == htons(ETH_P_IP) || in wx_encode_tx_desc_ptype() 1159 skb->inner_protocol == htons(ETH_P_IPV6)) { in wx_encode_tx_desc_ptype()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_output.c | 802 if (skb->inner_protocol && x->props.mode == XFRM_MODE_TUNNEL) in xfrm_output()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | efx_common.c | 1315 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | efx_common.c | 1342 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | skbuff.h | 1070 __be16 inner_protocol; 2913 skb->inner_protocol = protocol; in skb_set_inner_protocol()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2211 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local 2259 inner_protocol = skb->protocol; in vxlan_build_skb() 2262 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 1316 skb->encapsulation, skb->inner_protocol, skb->inner_mac_header, in skb_dump() 1526 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header() 6478 if (!skb->inner_protocol) { in skb_mpls_push()
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-drv.c | 1740 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
|
| /linux-6.15/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-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 13695 if (skb->inner_protocol == htons(ETH_P_TEB)) { in bnxt_udp_tunl_check() 13706 } else if (skb->inner_protocol == htons(ETH_P_IP)) { in bnxt_udp_tunl_check() 13708 } else if (skb->inner_protocol == htons(ETH_P_IPV6)) { in bnxt_udp_tunl_check() 13723 switch (skb->inner_protocol) { in bnxt_tunl_check()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 1275 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
|
| /linux-6.15/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5113 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 4881 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()
|