Searched refs:vxlan_hdr (Results 1 – 3 of 3) sorted by relevance
210 struct vxlanhdr *vxlan_hdr = (struct vxlanhdr *)l2_hdr; in __encap_ipv4() local212 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() local342 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()
401 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() function
1567 const struct vxlanhdr *vh = vxlan_hdr(skb); in vxlan_remcsum()1581 skb_remcsum_process(skb, (void *)(vxlan_hdr(skb) + 1), start, offset, in vxlan_remcsum()1589 const struct vxlanhdr *vh = vxlan_hdr(skb); in vxlan_parse_gbp_hdr()1694 vh = vxlan_hdr(skb); in vxlan_rcv()1853 hdr = vxlan_hdr(skb); in vxlan_err_lookup()