Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c257 tb = fib6_get_table(net, id); in fib6_new_table()
267 tb = fib6_get_table(net, id); in fib6_new_table()
282 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() function
301 EXPORT_SYMBOL_GPL(fib6_get_table);
312 return fib6_get_table(net, id); in fib6_new_table()
315 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() function
685 tb = fib6_get_table(net, arg.filter.table_id); in inet6_dump_fib()
H A Dseg6_local.c300 table = fib6_get_table(net, tbl_id); in seg6_lookup_any_nexthop()
/linux/include/net/
H A Dip6_fib.h434 struct fib6_table *fib6_get_table(struct net *net, u32 id);