HomeSort by: relevance | last modified time | path
    Searched refs:sc_maxcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
if_pfsync.c 825 (PFSYNC_BULKPACKETS * sc->sc_maxcount));
1033 sc->sc_maxcount = (mtu - sizeof(struct pfsync_header)) /
1035 if (sc->sc_maxcount > 254)
1036 sc->sc_maxcount = 254;
1038 sc->sc_maxcount * sizeof(struct pfsync_state);
1064 len = (sc->sc_maxcount * sizeof(struct pfsync_state_upd)) +
1068 len = (sc->sc_maxcount * sizeof(struct pfsync_state_del)) +
1072 len = (sc->sc_maxcount * sizeof(struct pfsync_state_upd_req)) +
1080 len = (sc->sc_maxcount * sizeof(struct pfsync_tdb)) +
1084 len = (sc->sc_maxcount * sizeof(struct pfsync_state))
    [all...]
if_pfsync.h 130 int sc_maxcount; /* number of states in mtu */ member in struct:pfsync_softc

Completed in 19 milliseconds