Searched refs:fib6_del (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/
H A Dip6_fib.h468 int fib6_del(struct fib6_info *rt, struct nl_info *info);
/linux-master/net/ipv6/
H A Dip6_fib.c2013 int fib6_del(struct fib6_info *rt, struct nl_info *info) function
2054 * However, it is internally reenterable wrt itself and fib6_add/fib6_del.
2204 res = fib6_del(rt, &info);
2341 fib6_del(rt, &info);
H A Droute.c3874 err = fib6_del(rt, info);
3952 err = fib6_del(sibling, info);
3958 err = fib6_del(rt, info);

Completed in 323 milliseconds