Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h506 int fib6_check_nexthop(struct nexthop *nh, struct fib6_config *cfg,
/linux/net/ipv4/
H A 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/net/ipv6/
H A Droute.c3746 err = fib6_check_nexthop(nh, cfg, extack); in ip6_route_info_create()