Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_codel.h108 struct timeval last_log; member
H A Daltq_codel.c325 if (ppsratecheck(&c->last_log, &c->last_pps, 1)) in codel_should_drop()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c383 static time_t last_log; /* Log ratelimiting */ variable
1463 if (last_log != time_uptime) { in dyn_alloc_parent()
1464 last_log = time_uptime; in dyn_alloc_parent()
1490 if (last_log != time_uptime) { in dyn_alloc_dyndata()
1491 last_log = time_uptime; in dyn_alloc_dyndata()
1838 if (V_fw_verbose && last_log != time_uptime) { in dyn_get_parent_state()
1839 last_log = time_uptime; in dyn_get_parent_state()
1911 if (V_fw_verbose && last_log != time_uptime) { in dyn_install_state()
1912 last_log = time_uptime; in dyn_install_state()