Lines Matching refs:fib_table
134 struct fib_table;
142 struct fib_table *table;
187 struct fib_table { struct
196 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument
198 int fib_table_insert(struct fib_table *, struct fib_config *);
199 int fib_table_delete(struct fib_table *, struct fib_config *);
200 int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
202 int fib_table_flush(struct fib_table *table);
203 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb);
204 void fib_table_flush_external(struct fib_table *table);
205 void fib_free_table(struct fib_table *tb);
212 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table()
223 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
226 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table()
234 struct fib_table *tb; in fib_lookup()
255 struct fib_table *fib_new_table(struct net *net, u32 id);
256 struct fib_table *fib_get_table(struct net *net, u32 id);
264 struct fib_table *tb; in fib_lookup()
338 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias);