Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_forward.c120 if (V_ip6_log_cannot_forward && ip6_log_ratelimit()) { in ip6_forward()
229 if (V_ip6_log_cannot_forward && ip6_log_ratelimit()) { in ip6_forward()
H A Dip6_var.h362 #define V_ip6_log_cannot_forward VNET(ip6_log_cannot_forward) macro
H A Dip6_mroute.c1099 if (V_ip6_log_cannot_forward && ip6_log_ratelimit()) { in X_ip6_mforward()