Searched refs:vxlan_hdr (Results 1 – 2 of 2) sorted by relevance
198 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; in __encap_ipv4() 200 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv4() 201 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv4() 328 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; in __encap_ipv6() 330 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv6() 331 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv6() 210 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; __encap_ipv4() local 340 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; __encap_ipv6() local
405 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() function