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

/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.c126 int liv_per_full; member in struct:nglmi_softc
195 sc->liv_per_full = NG_LMI_SEQ_PER_FULL; /* make this dynamic */
271 if (sc->livs++ >= sc->liv_per_full) {
305 sc->livs = sc->liv_per_full - 1;
658 if (sc->livs > sc->liv_per_full)
866 if (sc->livs > sc->liv_per_full) {

Completed in 126 milliseconds