Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_codel.h106 struct timeval last_log; member
H A Daltq_codel.c326 if (ppsratecheck(&c->last_log, &c->last_pps, 1)) in codel_should_drop()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c381 static time_t last_log; /* Log ratelimiting */ variable
1468 if (last_log != time_uptime) { in dyn_alloc_parent()
1469 last_log = time_uptime; in dyn_alloc_parent()
1495 if (last_log != time_uptime) { in dyn_alloc_dyndata()
1496 last_log = time_uptime; in dyn_alloc_dyndata()
1843 if (V_fw_verbose && last_log != time_uptime) { in dyn_get_parent_state()
1844 last_log = time_uptime; in dyn_get_parent_state()
1916 if (V_fw_verbose && last_log != time_uptime) { in dyn_install_state()
1917 last_log = time_uptime; in dyn_install_state()