Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf.c1280 pf_status.lcounters[LCNT_SRCCONN]++; in pf_src_connlimit()
1286 pf_status.lcounters[LCNT_SRCCONNRATE]++; in pf_src_connlimit()
1298 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; in pf_src_connlimit()
1328 pf_status.lcounters[LCNT_OVERLOAD_FLUSH]++; in pf_src_connlimit()
1392 pf_status.lcounters[LCNT_SRCNODES]++; in pf_insert_src_node()
1432 pf_status.lcounters[LCNT_SRCSTATES]++; in pf_insert_src_node()
5831 pf_status.lcounters[LCNT_STATES]++; in pf_test_rule()
H A Dpfvar.h1603 u_int64_t lcounters[LCNT_MAX]; /* limit counters */ member