Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dvxlan.h19 struct vxlanhdr { struct
30 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument
312 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()