Searched refs:fib_table (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/net/ |
D | ip_fib.h | 136 struct fib_table; 145 struct fib_table *table; 216 struct fib_table { struct 225 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, argument 227 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *, 229 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *, 231 int fib_table_dump(struct fib_table *table, struct sk_buff *skb, 233 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all); 234 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb); 235 void fib_table_flush_external(struct fib_table *table); [all …]
|
/linux-4.19.296/include/net/netns/ |
D | ipv4.h | 19 struct fib_table; 59 struct fib_table __rcu *fib_main; 60 struct fib_table __rcu *fib_default;
|