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

/openbsd-current/sys/net/
H A Dif_pflow.h193 unsigned int sc_maxcount6; /* [m] */ member in struct:pflow_softc
H A Dif_pflow.c629 sc->sc_maxcount6 = (mtu - hdrsz -
633 if (sc->sc_maxcount6 > PFLOW_MAXFLOWS)
634 sc->sc_maxcount6 = PFLOW_MAXFLOWS;
637 sc->sc_maxcount6 * sizeof(struct pflow_ipfix_flow6)));
990 if (sc->sc_count6 >= sc->sc_maxcount6)

Completed in 75 milliseconds