Home
last modified time | relevance | path

Searched refs:V_ip6_log_time (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c116 if (V_ip6_log_time + V_ip6_log_interval < time_uptime) { in ip6_forward()
117 V_ip6_log_time = time_uptime; in ip6_forward()
214 if (V_ip6_log_time + V_ip6_log_interval < time_uptime) { in ip6_forward()
215 V_ip6_log_time = time_uptime; in ip6_forward()
H A Dip6_var.h308 #define V_ip6_log_time VNET(ip6_log_time) macro
H A Dip6_mroute.c1104 if (V_ip6_log_time + V_ip6_log_interval < time_uptime) { in X_ip6_mforward()
1105 V_ip6_log_time = time_uptime; in X_ip6_mforward()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h308 #define V_ip6_log_time VNET(ip6_log_time) macro