Lines Matching refs:PFSYNC_MINPKT
121 #define PFSYNC_MINPKT ( \ macro
406 b->b_len = PFSYNC_MINPKT; in pfsync_clone_create()
1496 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) / in pfsync_in_bus()
1649 ifr->ifr_mtu <= PFSYNC_MINPKT || in pfsyncioctl()
1655 if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT) in pfsyncioctl()
1866 b->b_len = PFSYNC_MINPKT; in pfsync_drop()
1888 KASSERT(b->b_len > PFSYNC_MINPKT, in pfsync_sendout()
2031 b->b_len = PFSYNC_MINPKT; in pfsync_sendout()
2038 b->b_len = PFSYNC_MINPKT; in pfsync_sendout()
2069 if (b->b_len == PFSYNC_MINPKT) in pfsync_insert_state()
2254 if (b->b_len == PFSYNC_MINPKT) in pfsync_update_state()
2397 if (b->b_len == PFSYNC_MINPKT) in pfsync_delete_state()
2493 KASSERT(b->b_len >= PFSYNC_MINPKT, ("pfsync pkt len is too low %zu", in pfsync_q_ins()
2799 if ((b->b_flags & PFSYNCF_BUCKET_PUSH) && b->b_len > PFSYNC_MINPKT) { in pfsyncintr()
3076 if (sc->sc_buckets[c].b_len > PFSYNC_MINPKT && in pfsync_kstatus_to_softc()