Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.h192 #define KLCNT_MAX 10 /* total+1 */ macro
H A Dpf_nl.c1165 char *pf_lcounter[KLCNT_MAX+1] = KLCNT_NAMES; in pf_handle_get_status()
1193 nlattr_add_counters(nw, PF_GS_LCOUNTERS, KLCNT_MAX, pf_lcounter, in pf_handle_get_status()
H A Dpf_ioctl.c419 for (int i = 0; i < KLCNT_MAX; i++) in pfattach_vnet()
2438 for (int i = 0; i < KLCNT_MAX; i++) in pf_ioctl_clear_status()
5739 char *pf_lcounter[KLCNT_MAX+1] = KLCNT_NAMES; in pf_getstatus()
5770 KLCNT_MAX, pf_lcounter); in pf_getstatus()
6788 for (int i = 0; i < KLCNT_MAX; i++) in pf_unload_vnet()
/freebsd/sys/net/
H A Dpfvar.h1674 counter_u64_t lcounters[KLCNT_MAX]; /* limit counters */