Searched refs:bf_maxlinks (Results 1 – 2 of 2) sorted by relevance
226 uint_t bf_maxlinks; /* allocated size of link array */ member
904 bfp->bf_maxlinks = nlinks; in fwd_alloc()944 sizeof (*bfp) + bfp->bf_maxlinks * sizeof (bridge_link_t *)); in fwd_free()1077 } else if (bfp->bf_nlinks < bfp->bf_maxlinks) { in fwd_update_local()3261 for (i = 0; i < bfp->bf_maxlinks; i++) { in bridge_ioctl()3270 if ((i < bfp->bf_maxlinks) == bff->bff_exclude) in bridge_ioctl()