Home
last modified time | relevance | path

Searched refs:rt_cookie (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c2572 u32 rt_cookie = 0; in fib6_check() local
2574 if (!fib6_get_cookie_safe(f6i, &rt_cookie) || rt_cookie != cookie) in fib6_check()
2587 u32 rt_cookie = 0; in rt6_check() local
2589 if (!from || !fib6_get_cookie_safe(from, &rt_cookie) || in rt6_check()
2590 rt_cookie != cookie) in rt6_check()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c2691 u32 rt_cookie = 0; in fib6_check() local
2693 if (!fib6_get_cookie_safe(f6i, &rt_cookie) || rt_cookie != cookie) in fib6_check()
2706 u32 rt_cookie = 0; in rt6_check() local
2708 if (!from || !fib6_get_cookie_safe(from, &rt_cookie) || in rt6_check()
2709 rt_cookie != cookie) in rt6_check()

Completed in 17 milliseconds