Searched refs:sc_maxcount (Results 1 – 2 of 2) sorted by relevance
191 unsigned int sc_maxcount; /* [m] */ member
649 sc->sc_maxcount = (mtu - sizeof(struct pflow_header) - in pflow_setmtu()651 if (sc->sc_maxcount > PFLOW_MAXFLOWS) in pflow_setmtu()652 sc->sc_maxcount = PFLOW_MAXFLOWS; in pflow_setmtu()655 sc->sc_maxcount * sizeof(struct pflow_flow); in pflow_setmtu()933 if (sc->sc_count >= sc->sc_maxcount) in copy_flow_to_m()