Searched refs:PFSYNC_MINPKT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/netpfil/pf/
H A Dif_pfsync.c99 #define PFSYNC_MINPKT ( \ macro
307 sc->sc_len = PFSYNC_MINPKT;
1139 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) /
1291 ifr->ifr_mtu <= PFSYNC_MINPKT ||
1296 if (sc->sc_len > PFSYNC_MINPKT)
1369 if (sc->sc_len > PFSYNC_MINPKT &&
1494 sc->sc_len = PFSYNC_MINPKT;
1512 KASSERT(sc->sc_len > PFSYNC_MINPKT,
1625 sc->sc_len = PFSYNC_MINPKT;
1632 sc->sc_len = PFSYNC_MINPKT;
[all...]

Completed in 102 milliseconds