Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c1247 pf_status.lcounters[LCNT_SRCCONN]++; in pf_src_connlimit()
1253 pf_status.lcounters[LCNT_SRCCONNRATE]++; in pf_src_connlimit()
1265 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; in pf_src_connlimit()
1295 pf_status.lcounters[LCNT_OVERLOAD_FLUSH]++; in pf_src_connlimit()
1359 pf_status.lcounters[LCNT_SRCNODES]++; in pf_insert_src_node()
1399 pf_status.lcounters[LCNT_SRCSTATES]++; in pf_insert_src_node()
5775 pf_status.lcounters[LCNT_STATES]++; in pf_test_rule()
H A Dpfvar.h1603 u_int64_t lcounters[LCNT_MAX]; /* limit counters */ member