Searched refs:vxlan_hdr (Results 1 – 2 of 2) sorted by relevance
220 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv4() local222 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv4()223 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv4()350 struct vxlanhdr___local *vxlan_hdr = (struct vxlanhdr___local *)l2_hdr; in __encap_ipv6() local352 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv6()353 vxlan_hdr->vx_vni = VXLAN_VNI; in __encap_ipv6()
403 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() function