Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dnexthop.h506 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg,
/linux-6.12.1/net/ipv4/
Dnexthop.c1527 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg, in fib6_check_nexthop() function
1566 EXPORT_SYMBOL_GPL(fib6_check_nexthop);
1584 return fib6_check_nexthop(new, NULL, extack); in fib6_check_nh_list()
/linux-6.12.1/net/ipv6/
Droute.c3740 err = fib6_check_nexthop(nh, cfg, extack); in ip6_route_info_create()