Searched refs:vxh (Results 1 – 1 of 1) sorted by relevance
1138 struct vxlanhdr *vxh; in vxlan_udp_encap_recv() local1145 vxh = (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_udp_encap_recv()1146 if (vxh->vx_flags != htonl(VXLAN_FLAGS) || in vxlan_udp_encap_recv()1147 (vxh->vx_vni & htonl(0xff))) { in vxlan_udp_encap_recv()1149 ntohl(vxh->vx_flags), ntohl(vxh->vx_vni)); in vxlan_udp_encap_recv()1160 vs->rcv(vs, skb, vxh->vx_vni); in vxlan_udp_encap_recv()1576 struct vxlanhdr *vxh; in vxlan6_xmit_skb() local1606 vxh = (struct vxlanhdr *) __skb_push(skb, sizeof(*vxh)); in vxlan6_xmit_skb()1607 vxh->vx_flags = htonl(VXLAN_FLAGS); in vxlan6_xmit_skb()1608 vxh->vx_vni = vni; in vxlan6_xmit_skb()[all …]