Lines Matching refs:fib_table
167 struct fib_table;
177 struct fib_table *table;
251 struct fib_table { struct
272 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument
274 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *,
276 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *,
278 int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
280 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
281 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb);
282 void fib_table_flush_external(struct fib_table *table);
283 void fib_free_table(struct fib_table *tb);
290 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table()
301 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
304 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table()
312 struct fib_table *tb; in fib_lookup()
361 struct fib_table *fib_new_table(struct net *net, u32 id);
362 struct fib_table *fib_get_table(struct net *net, u32 id);
370 struct fib_table *tb; in fib_lookup()
538 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias);