Lines Matching refs:fib_table
131 struct fib_table;
139 struct fib_table *table;
184 struct fib_table { struct
194 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument
196 int fib_table_insert(struct fib_table *, struct fib_config *);
197 int fib_table_delete(struct fib_table *, struct fib_config *);
198 int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
200 int fib_table_flush(struct fib_table *table);
201 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb);
202 void fib_table_flush_external(struct fib_table *table);
203 void fib_free_table(struct fib_table *tb);
210 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table()
221 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
224 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table()
232 struct fib_table *tb; in fib_lookup()
250 struct fib_table *fib_new_table(struct net *net, u32 id);
251 struct fib_table *fib_get_table(struct net *net, u32 id);
258 struct fib_table *tb; in fib_lookup()
316 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias);