Searched refs:vxlan_hdr (Results 1 – 3 of 3) sorted by relevance
210 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; in __encap_ipv4() local 212 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv4() 213 vxlan_hdr->vx_vni = bpf_htonl((VXLAN_VNI & VXLAN_VNI_MASK) << 8); in __encap_ipv4() 340 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; in __encap_ipv6() local 342 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv6() 343 vxlan_hdr->vx_vni = bpf_htonl((VXLAN_VNI & VXLAN_VNI_MASK) << 8); in __encap_ipv6()
405 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() function
1536 const struct vxlanhdr *vh = vxlan_hdr(skb); in vxlan_remcsum() 1550 skb_remcsum_process(skb, (void *)(vxlan_hdr(skb) + 1), start, offset, in vxlan_remcsum() 1558 const struct vxlanhdr *vh = vxlan_hdr(skb); in vxlan_parse_gbp_hdr() 1663 vh = vxlan_hdr(skb); in vxlan_rcv() 1822 hdr = vxlan_hdr(skb); in vxlan_err_lookup()