Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ifconfig/
Difpfsync.c163 preq.pfsyncr_maxupdates = maxupdates; in setpfsync_maxupd()
208 printf("maxupd: %d ", preq.pfsyncr_maxupdates); in pfsync_status()
/freebsd-12-stable/sys/net/
Dif_pfsync.h239 int pfsyncr_maxupdates; member
/freebsd-12-stable/sys/netpfil/pf/
Dif_pfsync.c1373 pfsyncr.pfsyncr_maxupdates = sc->sc_maxupdates; in pfsyncioctl()
1391 if (pfsyncr.pfsyncr_maxupdates > 255) in pfsyncioctl()
1412 sc->sc_maxupdates = pfsyncr.pfsyncr_maxupdates; in pfsyncioctl()