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.h201 #define KLCNT_MAX 10 /* total+1 */ macro
H A Dpf_ioctl.c417 for (int i = 0; i < KLCNT_MAX; i++) in pfattach_vnet()
2468 for (int i = 0; i < KLCNT_MAX; i++) in pf_ioctl_clear_status()
5847 char *pf_lcounter[KLCNT_MAX+1] = KLCNT_NAMES; in pf_getstatus()
5878 KLCNT_MAX, pf_lcounter); in pf_getstatus()
6860 for (int i = 0; i < KLCNT_MAX; i++) in pf_unload_vnet()
H A Dpf_nl.c1178 char *pf_lcounter[KLCNT_MAX+1] = KLCNT_NAMES; in pf_handle_get_status()
1206 nlattr_add_counters(nw, PF_GS_LCOUNTERS, KLCNT_MAX, pf_lcounter, in pf_handle_get_status()
/freebsd/sys/net/
H A Dpfvar.h1759 counter_u64_t lcounters[KLCNT_MAX]; /* limit counters */