Searched refs:vxlanhdr (Results 1 – 1 of 1) sorted by relevance
19 struct vxlanhdr { struct30 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument312 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check()325 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr()327 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()