Searched refs:vxlan_pick_source_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c322 static uint16_t vxlan_pick_source_port(struct vxlan_softc *, struct mbuf *);
2232 vxlan_pick_source_port(struct vxlan_softc *sc, struct mbuf *m) function
2287 srcport = vxlan_pick_source_port(sc, m);
2344 srcport = vxlan_pick_source_port(sc, m);

Completed in 48 milliseconds