Home
last modified time | relevance | path

Searched refs:lcounters (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf.c1264 pf_status.lcounters[LCNT_SRCCONN]++; in pf_src_connlimit()
1270 pf_status.lcounters[LCNT_SRCCONNRATE]++; in pf_src_connlimit()
1282 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; in pf_src_connlimit()
1312 pf_status.lcounters[LCNT_OVERLOAD_FLUSH]++; in pf_src_connlimit()
1376 pf_status.lcounters[LCNT_SRCNODES]++; in pf_insert_src_node()
1416 pf_status.lcounters[LCNT_SRCSTATES]++; in pf_insert_src_node()
5814 pf_status.lcounters[LCNT_STATES]++; in pf_test_rule()
H A Dpfvar.h1676 u_int64_t lcounters[LCNT_MAX]; /* limit counters */ member