Home
last modified time | relevance | path

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

/include/net/
Dvxlan.h25 struct vxlanhdr { struct
36 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument
381 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check()
395 sizeof(struct udphdr) + sizeof(struct vxlanhdr) + in vxlan_headroom()
399 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr()
401 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()
582 static inline void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, const struct vxlan_metadata *md) in vxlan_build_gbp_hdr()