sys/net/if_vxlan.c
1005
struct vxlan_peer *p)
sys/net/if_vxlan.c
1032
struct vxlan_peer *up, *mp;
sys/net/if_vxlan.c
1086
struct vxlan_peer *up = sc->sc_ucast_peer;
sys/net/if_vxlan.c
1089
struct vxlan_peer *mp = sc->sc_mcast_peer;
sys/net/if_vxlan.c
140
struct vxlan_peer *sc_ucast_peer;
sys/net/if_vxlan.c
141
struct vxlan_peer *sc_mcast_peer;
sys/net/if_vxlan.c
1822
vxlan_peer_cmp(const struct vxlan_peer *ap, const struct vxlan_peer *bp)
sys/net/if_vxlan.c
1847
RBT_GENERATE(vxlan_peers, vxlan_peer, p_entry, vxlan_peer_cmp);
sys/net/if_vxlan.c
213
static inline int vxlan_peer_cmp(const struct vxlan_peer *,
sys/net/if_vxlan.c
214
const struct vxlan_peer *);
sys/net/if_vxlan.c
216
RBT_PROTOTYPE(vxlan_peers, vxlan_peer, p_entry, vxlan_peer_cmp);
sys/net/if_vxlan.c
609
struct vxlan_peer key, *p;
sys/net/if_vxlan.c
89
RBT_ENTRY(vxlan_peer) p_entry;
sys/net/if_vxlan.c
901
struct vxlan_peer *p)
sys/net/if_vxlan.c
914
struct vxlan_peer *op;
sys/net/if_vxlan.c
97
RBT_HEAD(vxlan_peers, vxlan_peer);