Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip_fib.h274 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function
290 return fib_get_table(net, id); in fib_new_table()
301 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup()
340 struct fib_table *fib_get_table(struct net *net, u32 id);
/Linux-v5.4/net/ipv4/
Dfib_frontend.c87 tb = fib_get_table(net, id); in fib_new_table()
116 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function
166 old = fib_get_table(net, RT_TABLE_LOCAL); in fib_unmerge()
183 main_table = fib_get_table(net, RT_TABLE_MAIN); in fib_unmerge()
231 table = fib_get_table(net, tb_id); in __inet_dev_addr_type()
636 tb = fib_get_table(net, cfg.fc_table); in ip_rt_ioctl()
862 tb = fib_get_table(net, cfg.fc_table); in inet_rtm_delroute()
1001 tb = fib_get_table(net, filter.table_id); in inet_dump_fib()
1340 tb = fib_get_table(net, frn->tb_id_in); in nl_fib_lookup()
Dfib_rules.c130 tbl = fib_get_table(rule->fr_net, tb_id); in fib4_rule_action()
204 if (!fib_get_table(net, id)) in fib_empty_table()
Dfib_semantics.c1104 tbl = fib_get_table(net, table); in fib_check_nh_v4_gw()
Dfib_trie.c2700 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
Ddevinet.c165 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
/Linux-v5.4/net/core/
Dfilter.c4654 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()