Searched refs:fib_table (Results 1 – 2 of 2) sorted by relevance
/include/net/ |
D | ip_fib.h | 164 struct fib_table; 174 struct fib_table *table; 248 struct fib_table { struct 269 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument 271 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *, 273 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *, 275 int fib_table_dump(struct fib_table *table, struct sk_buff *skb, 277 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all); 278 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb); 279 void fib_table_flush_external(struct fib_table *table); [all …]
|
/include/net/netns/ |
D | ipv4.h | 19 struct fib_table; 61 struct fib_table __rcu *fib_main; 62 struct fib_table __rcu *fib_default;
|