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

/openbsd-current/sys/net/
H A Dif_pflow.h25 #define PFLOW_MAXFLOWS 30 macro
H A Dif_pflow.c631 if (sc->sc_maxcount4 > PFLOW_MAXFLOWS)
632 sc->sc_maxcount4 = PFLOW_MAXFLOWS;
633 if (sc->sc_maxcount6 > PFLOW_MAXFLOWS)
634 sc->sc_maxcount6 = PFLOW_MAXFLOWS;
651 if (sc->sc_maxcount > PFLOW_MAXFLOWS)
652 sc->sc_maxcount = PFLOW_MAXFLOWS;

Completed in 154 milliseconds