Searched refs:ip6_redirect_nh_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 2866 static bool ip6_redirect_nh_match(const struct fib6_result *res, in ip6_redirect_nh_match() function 2908 return ip6_redirect_nh_match(arg->res, arg->fl6, arg->gw, arg->ret); in fib6_nh_redirect_match() 2970 if (ip6_redirect_nh_match(&res, fl6, &rdfl->gateway, in __ip6_route_redirect()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 2988 static bool ip6_redirect_nh_match(const struct fib6_result *res, in ip6_redirect_nh_match() function 3030 return ip6_redirect_nh_match(arg->res, arg->fl6, arg->gw, arg->ret); in fib6_nh_redirect_match() 3086 if (ip6_redirect_nh_match(&res, fl6, &rdfl->gateway, in __ip6_route_redirect()
|
Completed in 16 milliseconds