Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c105 #define PFSYNC_MINPKT ( \ macro
370 b->b_len = PFSYNC_MINPKT; in pfsync_clone_create()
1204 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) / in pfsync_in_bus()
1356 ifr->ifr_mtu <= PFSYNC_MINPKT || in pfsyncioctl()
1568 b->b_len = PFSYNC_MINPKT; in pfsync_drop()
1589 KASSERT(b->b_len > PFSYNC_MINPKT, in pfsync_sendout()
1702 b->b_len = PFSYNC_MINPKT; in pfsync_sendout()
1709 b->b_len = PFSYNC_MINPKT; in pfsync_sendout()
1740 if (b->b_len == PFSYNC_MINPKT) in pfsync_insert_state()
1896 if (b->b_len == PFSYNC_MINPKT) in pfsync_update_state()
[all …]