PFSYNC_MINPKT
((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) /
ifr->ifr_mtu <= PFSYNC_MINPKT ||
if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT)
b->b_len = PFSYNC_MINPKT;
KASSERT(b->b_len > PFSYNC_MINPKT,
b->b_len = PFSYNC_MINPKT;
b->b_len = PFSYNC_MINPKT;
if (b->b_len == PFSYNC_MINPKT)
if (b->b_len == PFSYNC_MINPKT)
if (b->b_len == PFSYNC_MINPKT)
KASSERT(b->b_len >= PFSYNC_MINPKT, ("pfsync pkt len is too low %zu",
if ((b->b_flags & PFSYNCF_BUCKET_PUSH) && b->b_len > PFSYNC_MINPKT) {
if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT &&
b->b_len = PFSYNC_MINPKT;