Home
last modified time | relevance | path

Searched refs:p_header (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/net/
H A Dif_vxlan.c97 struct vxlan_header p_header; member
652 key.p_header.vxlan_flags = vh->vxlan_flags & htonl(VXLAN_F_I); in vxlan_input()
653 key.p_header.vxlan_id = vh->vxlan_id & htonl(VXLAN_VNI_MASK); in vxlan_input()
1033 up->p_header = sc->sc_header; in vxlan_tep_up()
1052 mp->p_header = sc->sc_header; in vxlan_tep_up()
1818 if (ap->p_header.vxlan_id > bp->p_header.vxlan_id) in vxlan_peer_cmp()
1820 if (ap->p_header.vxlan_id < bp->p_header.vxlan_id) in vxlan_peer_cmp()
1822 if (ap->p_header.vxlan_flags > bp->p_header.vxlan_flags) in vxlan_peer_cmp()
1824 if (ap->p_header.vxlan_flags < bp->p_header.vxlan_flags) in vxlan_peer_cmp()