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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c145 #define PFSYNC_MINPKT ( \ macro
433 sc->sc_len = PFSYNC_MINPKT;
1579 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) /
1585 ((sc->sc_if.if_mtu - PFSYNC_MINPKT) /
1790 ifr->ifr_mtu <= PFSYNC_MINPKT ||
2098 sc->sc_len = PFSYNC_MINPKT;
2145 if (sc == NULL || sc->sc_len == PFSYNC_MINPKT)
2328 sc->sc_len = PFSYNC_MINPKT;
2337 sc->sc_len = PFSYNC_MINPKT;
2357 sc->sc_len = PFSYNC_MINPKT;
[all...]

Completed in 68 milliseconds