Home
last modified time | relevance | path

Searched refs:fib_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/
Dip_fib.h131 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);
[all …]
/linux-4.1.27/include/net/netns/
Dipv4.h17 struct fib_table;
42 struct fib_table __rcu *fib_local;
43 struct fib_table __rcu *fib_main;
44 struct fib_table __rcu *fib_default;
/linux-4.1.27/net/ipv4/
Dfib_frontend.c53 struct fib_table *local_table, *main_table; in fib4_rules_init()
75 struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table()
77 struct fib_table *tb, *alias = NULL; in fib_new_table()
113 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table()
115 struct fib_table *tb; in fib_get_table()
132 static void fib_replace_table(struct net *net, struct fib_table *old, in fib_replace_table()
133 struct fib_table *new) in fib_replace_table()
157 struct fib_table *old, *new; in fib_unmerge()
185 struct fib_table *tb; in fib_flush()
197 struct fib_table *tb; in fib_flush_external()
[all …]
Dfib_trie.c1075 int fib_table_insert(struct fib_table *tb, struct fib_config *cfg) in fib_table_insert()
1260 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup()
1468 int fib_table_delete(struct fib_table *tb, struct fib_config *cfg) in fib_table_delete()
1598 static void fib_trie_free(struct fib_table *tb) in fib_trie_free()
1656 struct fib_table *fib_trie_unmerge(struct fib_table *oldtb) in fib_trie_unmerge()
1660 struct fib_table *local_tb; in fib_trie_unmerge()
1713 void fib_table_flush_external(struct fib_table *tb) in fib_table_flush_external()
1788 int fib_table_flush(struct fib_table *tb) in fib_table_flush()
1862 struct fib_table *tb = container_of(head, struct fib_table, rcu); in __trie_free_rcu()
1872 void fib_free_table(struct fib_table *tb) in fib_free_table()
[all …]
Dfib_rules.c77 struct fib_table *tbl; in fib4_rule_action()
151 static struct fib_table *fib_empty_table(struct net *net) in fib_empty_table()
184 struct fib_table *table; in fib4_rule_configure()
Dfib_semantics.c1166 struct fib_table *tb = res->table; in fib_select_default()
Ddevinet.c159 struct fib_table *local; in __ip_dev_find()