Searched refs:vxlanhdr (Results 1 – 1 of 1) sorted by relevance
22 struct vxlanhdr { struct33 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument318 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check()331 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr()333 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()