Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnexthop.h506 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg,
/linux-6.15/net/ipv4/
H A Dnexthop.c1540 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg, in fib6_check_nexthop() function
1579 EXPORT_SYMBOL_GPL(fib6_check_nexthop);
1597 return fib6_check_nexthop(new, NULL, extack); in fib6_check_nh_list()
/linux-6.15/net/ipv6/
H A Droute.c3781 err = fib6_check_nexthop(nh, cfg, extack); in ip6_route_info_create()