Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/pf/
HDpf.h158 #define LCNT_MAX 7 /* total+1 */ macro
188 uint64_t lcounters[LCNT_MAX];
HDpf_ioctl.c272 for (int i = 0; i < LCNT_MAX; i++) in pfattach()
1807 for (int i = 0; i < LCNT_MAX; i++) in pfioctl()
3484 for (int i = 0; i < LCNT_MAX; i++) in shutdown_pf()
/NextBSD/sbin/pfctl/
HDpfctl_parser.c485 const char *pf_lcounters[LCNT_MAX+1] = LCNT_NAMES;
607 for (i = 0; i < LCNT_MAX; i++) { in print_status()
/NextBSD/sys/net/
HDpfvar.h1168 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */