Home
last modified time | relevance | path

Searched refs:vxlanhdr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dvxlan.h23 struct vxlanhdr { struct
34 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument
322 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check()
335 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr()
337 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c89 struct vxlanhdr *vxh; in mlx5e_gen_ip_tunnel_header_vxlan()
91 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in mlx5e_gen_ip_tunnel_header_vxlan()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c732 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum()
734 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum()
764 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive()
782 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
787 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
796 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive()
802 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive()
824 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()
1688 static bool vxlan_remcsum(struct vxlanhdr *unparsed, in vxlan_remcsum()
1710 static void vxlan_parse_gbp_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gbp_hdr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1730 sizeof(struct udphdr) + sizeof(struct vxlanhdr))) in xgbe_is_vxlan()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c3531 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in nfp_net_features_check()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5127 sizeof(struct udphdr) + sizeof(struct vxlanhdr) || in be_features_check()