Searched refs:rt_cookie (Results 1 – 1 of 1) sorted by relevance
2690 u32 rt_cookie = 0; in fib6_check() local2692 if (!fib6_get_cookie_safe(f6i, &rt_cookie) || rt_cookie != cookie) in fib6_check()2705 u32 rt_cookie = 0; in rt6_check() local2707 if (!from || !fib6_get_cookie_safe(from, &rt_cookie) || in rt6_check()2708 rt_cookie != cookie) in rt6_check()