Searched refs:sc_maxcount (Results 1 – 2 of 2) sorted by relevance
666 (PFSYNC_BULKPACKETS * sc->sc_maxcount)); in pfsync_input()845 sc->sc_maxcount = (mtu - sizeof(struct pfsync_header)) / in pfsync_setmtu()847 if (sc->sc_maxcount > 254) in pfsync_setmtu()848 sc->sc_maxcount = 254; in pfsync_setmtu()850 sc->sc_maxcount * sizeof(struct pfsync_state); in pfsync_setmtu()872 len = (sc->sc_maxcount * sizeof(struct pfsync_state_upd)) + in pfsync_get_mbuf()876 len = (sc->sc_maxcount * sizeof(struct pfsync_state_del)) + in pfsync_get_mbuf()880 len = (sc->sc_maxcount * sizeof(struct pfsync_state_upd_req)) + in pfsync_get_mbuf()888 len = (sc->sc_maxcount * sizeof(struct pfsync_state)) + in pfsync_get_mbuf()1104 if (h->count == sc->sc_maxcount || in pfsync_pack_state()[all …]
162 int sc_maxcount; /* number of states in mtu */ member