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

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.h158 #define LCNT_MAX 7 /* total+1 */ macro
188 uint64_t lcounters[LCNT_MAX];
H A Dpf_ioctl.c277 for (int i = 0; i < LCNT_MAX; i++)
1813 for (int i = 0; i < LCNT_MAX; i++)
3542 for (int i = 0; i < LCNT_MAX; i++)
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_parser.c477 const char *pf_lcounters[LCNT_MAX+1] = LCNT_NAMES;
599 for (i = 0; i < LCNT_MAX; i++) {
/freebsd-11.0-release/sys/net/
H A Dpfvar.h1175 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */

Completed in 118 milliseconds