Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mpls/
H A Dmpls_gso.c38 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c48 __be16 inner_protocol; member
788 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
834 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dgre_offload.c41 skb->protocol = skb->inner_protocol; in gre_gso_segment()
H A Dudp_offload.c163 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
/OK3568_Linux_fs/kernel/include/net/
H A Dvxlan.h320 skb->inner_protocol != htons(ETH_P_TEB) || in vxlan_features_check()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_output.c602 if (skb->inner_protocol) in xfrm_output()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.c1336 if (ntohs(skb->inner_protocol) != ETH_P_TEB) in efx_can_encap_offloads()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h899 __be16 inner_protocol; member
2470 skb->inner_protocol = protocol; in skb_set_inner_protocol()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c2337 __be16 inner_protocol = htons(ETH_P_TEB); in vxlan_build_skb() local
2385 inner_protocol = skb->protocol; in vxlan_build_skb()
2388 skb_set_inner_protocol(skb, inner_protocol); in vxlan_build_skb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c688 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1728 skb->inner_protocol != htons(ETH_P_TEB) || in xgbe_is_vxlan()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c968 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()
5754 if (!skb->inner_protocol) { in skb_mpls_push()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c3527 skb->inner_protocol != htons(ETH_P_TEB) || in nfp_net_features_check()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1289 skb->inner_protocol != htons(ETH_P_TEB)) in cxgb_encap_offload_supported()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5125 skb->inner_protocol != htons(ETH_P_TEB) || in be_features_check()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4348 switch (skb->inner_protocol) { in mlx5e_gre_tunnel_inner_proto_offload_supported()