Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/net/mpls/
H A Dmpls_gso.c42 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/linux-6.15/net/openvswitch/
H A Dactions.c56 __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 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()
/linux-6.15/include/net/
H A Dvxlan.h381 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/linux-6.15/drivers/net/ethernet/renesas/
H A Dravb_main.c2066 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 Dwx_lib.c1146 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 Dxfrm_output.c802 if (skb->inner_protocol && x->props.mode == XFRM_MODE_TUNNEL) in xfrm_output()
/linux-6.15/drivers/net/ethernet/sfc/
H A Defx_common.c1315 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1342 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c682 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/linux-6.15/include/linux/
H A Dskbuff.h1070 __be16 inner_protocol;
2913 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c2211 __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 Dskbuff.c1316 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 Dxgbe-drv.c1740 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2146 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13695 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 Dsge.c1275 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5113 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4881 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()