Lines Matching refs:fib6_table
193 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table()
214 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table()
216 struct fib6_table *table; in fib6_alloc_table()
229 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table()
231 struct fib6_table *tb; in fib6_new_table()
246 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table()
248 struct fib6_table *tb; in fib6_get_table()
276 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table()
281 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table()
348 static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb, in fib6_dump_table()
397 struct fib6_table *tb; in inet6_dump_fib()
1678 struct fib6_table *table; in __fib6_clean_all()
1931 struct fib6_table *tbl;
1990 static struct fib6_table *ipv6_route_seq_next_table(struct fib6_table *tbl, in ipv6_route_seq_next_table()
2008 return hlist_entry_safe(node, struct fib6_table, tb6_hlist); in ipv6_route_seq_next_table()