Lines Matching refs:fib6_table
163 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table()
184 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table()
186 struct fib6_table *table; in fib6_alloc_table()
199 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table()
201 struct fib6_table *tb; in fib6_new_table()
216 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table()
218 struct fib6_table *tb; in fib6_get_table()
245 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table()
250 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table()
307 static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb, in fib6_dump_table()
356 struct fib6_table *tb; in inet6_dump_fib()
1629 struct fib6_table *table; in __fib6_clean_all()
1882 struct fib6_table *tbl;
1941 static struct fib6_table *ipv6_route_seq_next_table(struct fib6_table *tbl, in ipv6_route_seq_next_table()
1959 return hlist_entry_safe(node, struct fib6_table, tb6_hlist); in ipv6_route_seq_next_table()