Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dnexthop.h476 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg,
/linux-6.1.9/net/ipv4/
Dnexthop.c1267 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg, in fib6_check_nexthop() function
1306 EXPORT_SYMBOL_GPL(fib6_check_nexthop);
1324 return fib6_check_nexthop(new, NULL, extack); in fib6_check_nh_list()
/linux-6.1.9/net/ipv6/
Droute.c3728 err = fib6_check_nexthop(nh, cfg, extack); in ip6_route_info_create()