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

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h162 #define LCNT_MAX 7 /* total+1 */ macro
223 uint64_t lcounters[LCNT_MAX];
H A Dpf_ioctl.c346 for (int i = 0; i < LCNT_MAX; i++)
2894 for (int i = 0; i < LCNT_MAX; i++)
2934 for (int i = 0; i < LCNT_MAX; i++)
5440 for (int i = 0; i < LCNT_MAX; i++)
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c495 const char * const pf_lcounters[LCNT_MAX+1] = LCNT_NAMES;
617 for (i = 0; i < LCNT_MAX; i++) {
/freebsd-13-stable/sys/net/
H A Dpfvar.h987 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */

Completed in 224 milliseconds