Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dip_fib.h172 struct fib_table;
183 struct fib_table *table;
257 struct fib_table { struct
288 struct fib_table *fib_trie_unmerge(struct fib_table *main_tb);
289 void fib_table_flush_external(struct fib_table *table);
290 void fib_free_table(struct fib_table *tb);
319 struct fib_table *tb; in fib_lookup()
368 struct fib_table *fib_new_table(struct net *net, u32 id);
369 struct fib_table *fib_get_table(struct net *net, u32 id);
377 struct fib_table *tb; in fib_lookup()
[all …]
/linux-6.15/net/ipv4/
H A Dfib_trie.c1015 struct fib_table *tb; in fib_find_matching_alias()
1872 struct fib_table *fib_trie_unmerge(struct fib_table *oldtb) in fib_trie_unmerge()
2143 struct fib_table *tb; in fib_info_notify_update()
2213 struct fib_table *tb; in fib_notify()
2226 struct fib_table *tb = container_of(head, struct fib_table, rcu); in __trie_free_rcu()
2383 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias) in fib_trie_table()
2385 struct fib_table *tb; in fib_trie_table()
2421 struct fib_table *tb;
2622 struct fib_table *tb; in fib_triestat_seq_show()
2655 struct fib_table *tb; in fib_trie_get_idx()
[all …]
H A Dfib_frontend.c114 struct fib_table *tb; in fib_get_table()
133 struct fib_table *new) in fib_replace_table()
192 struct fib_table *tb; in fib_flush()
213 struct fib_table *table; in __inet_dev_addr_type()
639 struct fib_table *tb; in ip_rt_ioctl()
880 struct fib_table *tb; in inet_rtm_delroute()
914 struct fib_table *tb; in inet_rtm_newroute()
1028 struct fib_table *tb; in inet_dump_fib()
1103 struct fib_table *tb; in fib_magic()
1378 struct fib_table *tb; in nl_fib_lookup()
[all …]
H A Dfib_rules.c115 struct fib_table *tbl; in fib4_rule_action()
217 static struct fib_table *fib_empty_table(struct net *net) in fib_empty_table()
311 struct fib_table *table; in fib4_rule_configure()
H A Dfib_semantics.c1186 struct fib_table *tbl = NULL; in fib_check_nh_v4_gw()
2007 struct fib_table *tb = res->table; in fib_select_default()
H A Ddevinet.c153 struct fib_table *local; in __ip_dev_find()
/linux-6.15/include/net/netns/
H A Dipv4.h19 struct fib_table;
101 struct fib_table __rcu *fib_main;
102 struct fib_table __rcu *fib_default;
/linux-6.15/net/core/
H A Dfilter.c6019 struct fib_table *tb; in bpf_ipv4_fib_lookup()