Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_bridge.c289 uint32_t sc_brtmax; /* max # of addresses */ member
860 sc->sc_brtmax = BRIDGE_RTABLE_MAX; in bridge_clone_create()
1657 sc->sc_brtmax = param->ifbrp_csize; in bridge_ioctl_scache()
1668 param->ifbrp_csize = sc->sc_brtmax; in bridge_ioctl_gcache()
3443 if (sc->sc_brtcnt >= sc->sc_brtmax) { in bridge_rtupdate()
3553 if (sc->sc_brtcnt <= sc->sc_brtmax) in bridge_rttrim()
3558 if (sc->sc_brtcnt <= sc->sc_brtmax) in bridge_rttrim()
3564 if (sc->sc_brtcnt <= sc->sc_brtmax) in bridge_rttrim()