Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dieee8023ad_lacp.h297 struct lagg_port *lacp_select_tx_port_by_hash(struct lagg_softc *, uint32_t,
H A Dieee8023ad_lacp.c835 lacp_select_tx_port_by_hash(struct lagg_softc *sc, uint32_t hash, in lacp_select_tx_port_by_hash() function
898 return (lacp_select_tx_port_by_hash(sc, hash, numa_domain, err)); in lacp_select_tx_port()
H A Dif_lagg.c1783 return (lacp_select_tx_port_by_hash(sc, hash, numa_domain, &err)); in lookup_snd_tag_port()