Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpf.c1261 pf_status.lcounters[LCNT_SRCCONN]++; in pf_src_connlimit()
1267 pf_status.lcounters[LCNT_SRCCONNRATE]++; in pf_src_connlimit()
1279 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; in pf_src_connlimit()
1309 pf_status.lcounters[LCNT_OVERLOAD_FLUSH]++; in pf_src_connlimit()
1373 pf_status.lcounters[LCNT_SRCNODES]++; in pf_insert_src_node()
1413 pf_status.lcounters[LCNT_SRCSTATES]++; in pf_insert_src_node()
5811 pf_status.lcounters[LCNT_STATES]++; in pf_test_rule()
H A Dpfvar.h1676 u_int64_t lcounters[LCNT_MAX]; /* limit counters */ member