Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c898 fwd_alloc(const uint8_t *addr, uint_t nlinks, uint16_t nick) in fwd_alloc() function
1077 bfnew = fwd_alloc(newaddr, 1, RBRIDGE_NICKNAME_NONE); in fwd_update_local()
1084 bfnew = fwd_alloc(newaddr, bfp->bf_nlinks + 1, in fwd_update_local()
1639 if ((bfpnew = fwd_alloc(saddr, 1, ingress_nick)) == NULL) { in bridge_learn()