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

/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c103 #define PFSYNC_MINPKT ( \ macro
368 b->b_len = PFSYNC_MINPKT;
1191 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) /
1344 ifr->ifr_mtu <= PFSYNC_MINPKT ||
1350 if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT)
1428 if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT &&
1560 b->b_len = PFSYNC_MINPKT;
1581 KASSERT(b->b_len > PFSYNC_MINPKT,
1694 b->b_len = PFSYNC_MINPKT;
1701 b->b_len = PFSYNC_MINPKT;
[all...]

Completed in 80 milliseconds