Home
last modified time | relevance | path

Searched refs:expcnt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/ipfw/
H A Dip_fw2.h570 int expcnt; member
H A Dip_fw2.c338 int expcnt; member
6342 nm->expcnt++; in ipfw_table_killexp()
6362 nm->cnt * (mycpuid + 1), nm->expcnt)); in ipfw_table_expire_dispatch()
6387 nm->cnt * (mycpuid + 1), nm->expcnt)); in ipfw_table_expireall_dispatch()
6433 tbl->expcnt = 0; in ipfw_table_expire()
6435 nm.expcnt = 0; in ipfw_table_expire()
6452 tbl->expcnt = nm.cnt; in ipfw_table_expire()
6460 nm.cnt * netisr_ncpus, nm.expcnt)); in ipfw_table_expire()
6475 tbl->expcnt = nm.cnt; in ipfw_table_expire()
6481 KASSERT(nm.expcnt == nm.cnt * netisr_ncpus, in ipfw_table_expire()
[all …]
/dragonfly/sbin/ipfw/
H A Dipfw2.c3982 printf("Expired %d address%s\n", tbl.expcnt, in table_expire()
3983 (tbl.expcnt == 0 || tbl.expcnt > 1) ? "es" : ""); in table_expire()