Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf.c1227 pf_status.lcounters[LCNT_SRCCONN]++; in pf_src_connlimit()
1233 pf_status.lcounters[LCNT_SRCCONNRATE]++; in pf_src_connlimit()
1245 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; in pf_src_connlimit()
1275 pf_status.lcounters[LCNT_OVERLOAD_FLUSH]++; in pf_src_connlimit()
1339 pf_status.lcounters[LCNT_SRCNODES]++; in pf_insert_src_node()
1378 pf_status.lcounters[LCNT_SRCSTATES]++; in pf_insert_src_node()
5696 pf_status.lcounters[LCNT_STATES]++; in pf_test_rule()
H A Dpfvar.h1602 u_int64_t lcounters[LCNT_MAX]; /* limit counters */ member