Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/pf/
HDpf.h158 #define LCNT_MAX 7 /* total+1 */ macro
188 uint64_t lcounters[LCNT_MAX];
HDpf_ioctl.c280 for (int i = 0; i < LCNT_MAX; i++) in pfattach_vnet()
1822 for (int i = 0; i < LCNT_MAX; i++) in pfioctl()
4019 for (int i = 0; i < LCNT_MAX; i++) in pf_unload_vnet()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_parser.c479 const char *pf_lcounters[LCNT_MAX+1] = LCNT_NAMES;
601 for (i = 0; i < LCNT_MAX; i++) { in print_status()
/freebsd-11-stable/sys/net/
HDpfvar.h1198 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */