Home
last modified time | relevance | path

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

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