Searched refs:ip6_maxdynroutes (Results 1 – 3 of 3) sorted by relevance
182 ip6_maxdynroutes >= 0 && in6dynroutes >= ip6_maxdynroutes) { in in6_addroute()586 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 && in in6_rtqkill()587 in6dynroutes > ip6_maxdynroutes / 2)) { in in6_rtqkill()
458 int ip6_maxdynroutes = 1024; /* Max # of routes created via redirect */ variable672 maxdynroutes, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxdynroutes, 0, "");
474 extern int ip6_maxdynroutes; /* Max # of routes created via redirect */