Searched refs:vxlanhdr (Results 1 – 6 of 6) sorted by relevance
25 struct vxlanhdr { struct36 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument231 struct vxlanhdr reserved_bits;385 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check()399 sizeof(struct udphdr) + sizeof(struct vxlanhdr) + in vxlan_headroom()403 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr()405 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()589 static inline void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, const struct vxlan_metadata *md) in vxlan_build_gbp_hdr()
91 struct vxlanhdr *vxh; in mlx5e_gen_ip_tunnel_header_vxlan()96 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in mlx5e_gen_ip_tunnel_header_vxlan()
320 struct vxlanhdr *vxlan; in efx_gen_tun_header_vxlan()322 vxlan = (struct vxlanhdr *)(encap->encap_hdr + encap->encap_hdr_len); in efx_gen_tun_header_vxlan()348 #define vxlan_header_l4_len (sizeof(struct udphdr) + sizeof(struct vxlanhdr))355 efx_gen_tun_header_udp(encap, sizeof(struct vxlanhdr)); in efx_gen_vxlan_header_ipv4()377 efx_gen_tun_header_udp(encap, sizeof(struct vxlanhdr)); in efx_gen_vxlan_header_ipv6()
1502 sizeof(struct udphdr) + sizeof(struct vxlanhdr))) in xgbe_is_vxlan()
2150 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in nfp_net_features_check()
5114 sizeof(struct udphdr) + sizeof(struct vxlanhdr) || in be_features_check()