Symbol: fib_table
include/net/ip_fib.h
172
struct fib_table;
include/net/ip_fib.h
183
struct fib_table *table;
include/net/ip_fib.h
278
int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp,
include/net/ip_fib.h
280
int fib_table_insert(struct net *, struct fib_table *, struct fib_config *,
include/net/ip_fib.h
282
int fib_table_delete(struct net *, struct fib_table *, struct fib_config *,
include/net/ip_fib.h
284
int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
include/net/ip_fib.h
286
int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
include/net/ip_fib.h
287
struct fib_table *fib_trie_unmerge(struct fib_table *main_tb);
include/net/ip_fib.h
288
void fib_table_flush_external(struct fib_table *table);
include/net/ip_fib.h
289
void fib_free_table(struct fib_table *tb);
include/net/ip_fib.h
296
static inline struct fib_table *fib_get_table(struct net *net, u32 id)
include/net/ip_fib.h
307
return hlist_entry(tb_hlist, struct fib_table, tb_hlist);
include/net/ip_fib.h
310
static inline struct fib_table *fib_new_table(struct net *net, u32 id)
include/net/ip_fib.h
318
struct fib_table *tb;
include/net/ip_fib.h
367
struct fib_table *fib_new_table(struct net *net, u32 id);
include/net/ip_fib.h
368
struct fib_table *fib_get_table(struct net *net, u32 id);
include/net/ip_fib.h
376
struct fib_table *tb;
include/net/ip_fib.h
593
struct fib_table *fib_trie_table(u32 id, struct fib_table *alias);
include/net/netns/ipv4.h
119
struct fib_table __rcu *fib_main;
include/net/netns/ipv4.h
120
struct fib_table __rcu *fib_default;
include/net/netns/ipv4.h
19
struct fib_table;
net/core/filter.c
6262
struct fib_table *tb;
net/ipv4/devinet.c
153
struct fib_table *local;
net/ipv4/fib_frontend.c
1025
struct fib_table *tb;
net/ipv4/fib_frontend.c
1098
struct fib_table *tb;
net/ipv4/fib_frontend.c
114
struct fib_table *fib_get_table(struct net *net, u32 id)
net/ipv4/fib_frontend.c
116
struct fib_table *tb;
net/ipv4/fib_frontend.c
134
static void fib_replace_table(struct net *net, struct fib_table *old,
net/ipv4/fib_frontend.c
135
struct fib_table *new)
net/ipv4/fib_frontend.c
1373
struct fib_table *tb;
net/ipv4/fib_frontend.c
156
struct fib_table *old, *new, *main_table;
net/ipv4/fib_frontend.c
1607
struct fib_table *tb;
net/ipv4/fib_frontend.c
194
struct fib_table *tb;
net/ipv4/fib_frontend.c
215
struct fib_table *table;
net/ipv4/fib_frontend.c
55
struct fib_table *local_table, *main_table;
net/ipv4/fib_frontend.c
641
struct fib_table *tb;
net/ipv4/fib_frontend.c
77
struct fib_table *fib_new_table(struct net *net, u32 id)
net/ipv4/fib_frontend.c
79
struct fib_table *tb, *alias = NULL;
net/ipv4/fib_frontend.c
882
struct fib_table *tb;
net/ipv4/fib_frontend.c
916
struct fib_table *tb;
net/ipv4/fib_rules.c
116
struct fib_table *tbl;
net/ipv4/fib_rules.c
217
static struct fib_table *fib_empty_table(struct net *net)
net/ipv4/fib_rules.c
311
struct fib_table *table;
net/ipv4/fib_semantics.c
1177
struct fib_table *tbl = NULL;
net/ipv4/fib_semantics.c
1995
struct fib_table *tb = res->table;
net/ipv4/fib_trie.c
1015
struct fib_table *tb;
net/ipv4/fib_trie.c
1194
int fib_table_insert(struct net *net, struct fib_table *tb,
net/ipv4/fib_trie.c
1420
int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp,
net/ipv4/fib_trie.c
1688
int fib_table_delete(struct net *net, struct fib_table *tb,
net/ipv4/fib_trie.c
1814
static void fib_trie_free(struct fib_table *tb)
net/ipv4/fib_trie.c
1872
struct fib_table *fib_trie_unmerge(struct fib_table *oldtb)
net/ipv4/fib_trie.c
1876
struct fib_table *local_tb;
net/ipv4/fib_trie.c
1931
void fib_table_flush_external(struct fib_table *tb)
net/ipv4/fib_trie.c
2000
int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all)
net/ipv4/fib_trie.c
2084
static void __fib_info_notify_update(struct net *net, struct fib_table *tb,
net/ipv4/fib_trie.c
2138
struct fib_table *tb;
net/ipv4/fib_trie.c
2146
static int fib_leaf_notify(struct key_vector *l, struct fib_table *tb,
net/ipv4/fib_trie.c
2183
static int fib_table_notify(struct fib_table *tb, struct notifier_block *nb,
net/ipv4/fib_trie.c
2212
struct fib_table *tb;
net/ipv4/fib_trie.c
2225
struct fib_table *tb = container_of(head, struct fib_table, rcu);
net/ipv4/fib_trie.c
2235
void fib_free_table(struct fib_table *tb)
net/ipv4/fib_trie.c
2240
static int fn_trie_dump_leaf(struct key_vector *l, struct fib_table *tb,
net/ipv4/fib_trie.c
2327
int fib_table_dump(struct fib_table *tb, struct sk_buff *skb,
net/ipv4/fib_trie.c
2382
struct fib_table *fib_trie_table(u32 id, struct fib_table *alias)
net/ipv4/fib_trie.c
2384
struct fib_table *tb;
net/ipv4/fib_trie.c
2420
struct fib_table *tb;
net/ipv4/fib_trie.c
2597
static void fib_table_print(struct seq_file *seq, struct fib_table *tb)
net/ipv4/fib_trie.c
2621
struct fib_table *tb;
net/ipv4/fib_trie.c
2654
struct fib_table *tb;
net/ipv4/fib_trie.c
2683
struct fib_table *tb = iter->tb;
net/ipv4/fib_trie.c
2697
tb = hlist_entry(tb_node, struct fib_table, tb_hlist);
net/ipv4/fib_trie.c
2821
struct fib_table *main_tb;
net/ipv4/fib_trie.c
2865
struct fib_table *tb;
net/ipv4/fib_trie.c
2942
struct fib_table *tb = iter->main_tb;