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

/freebsd-current/sys/net/
H A Dif_lagg.h237 u_int sc_count; /* number of ports */ member in struct:lagg_softc
H A Dpflow.h241 unsigned int sc_count; member in struct:pflow_softc
H A Dif_lagg.c754 if (sc->sc_count >= LAGG_MAX_PORTS)
883 sc->sc_count++;
967 sc->sc_count--;
1367 buflen = sc->sc_count * sizeof(struct lagg_reqport);
1846 p %= sc->sc_count;
2135 if (sc->sc_proto == LAGG_PROTO_NONE || sc->sc_count == 0) {
2157 if (sc->sc_proto == LAGG_PROTO_NONE || sc->sc_count == 0) {
2413 p %= sc->sc_count;
2606 p %= sc->sc_count;
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c593 sc->sc_count = 0;
836 (sc->sc_count * sizeof(struct pflow_flow)),
841 sc->sc_count++;
843 if (sc->sc_count >= sc->sc_maxcount)
1145 h->count = htons(sc->sc_count);

Completed in 81 milliseconds