Searched refs:sc_maxcount (Results 1 – 2 of 2) sorted by relevance
245 unsigned int sc_maxcount; member
557 sc->sc_maxcount = (mtu - sizeof(struct pflow_header) - in pflow_setmtu()559 if (sc->sc_maxcount > PFLOW_MAXFLOWS) in pflow_setmtu()560 sc->sc_maxcount = PFLOW_MAXFLOWS; in pflow_setmtu()857 if (sc->sc_count >= sc->sc_maxcount) in copy_flow_to_m()