Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar.h627 #define PF_PKTDELAY_MAXPKTS 10000 /* max # of pkts held in delay queue */ macro
H A Dpf.c277 { &pf_pktdelay_pl, PF_PKTDELAY_MAXPKTS, PF_PKTDELAY_MAXPKTS },
/openbsd/sbin/pfctl/
H A Dpfctl.c1733 pf->limit[PF_LIMIT_PKTDELAY_PKTS] = PF_PKTDELAY_MAXPKTS; in pfctl_init_options()