Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_frontend.c83 tb = fib_get_table(net, id); in fib_new_table()
112 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function
157 old = fib_get_table(net, RT_TABLE_LOCAL); in fib_unmerge()
174 main_table = fib_get_table(net, RT_TABLE_MAIN); in fib_unmerge()
222 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()
873 tb = fib_get_table(net, cfg.fc_table); in inet_rtm_delroute()
1019 tb = fib_get_table(net, filter.table_id); in inet_dump_fib()
1353 tb = fib_get_table(net, frn->tb_id_in); in nl_fib_lookup()
H A Dfib_rules.c135 tbl = fib_get_table(rule->fr_net, tb_id); in fib4_rule_action()
220 if (!fib_get_table(net, id)) in fib_empty_table()
H A Dfib_trie.c1025 tb = fib_get_table(net, fri->tb_id); in fib_find_matching_alias()
2899 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
H A Dfib_semantics.c1169 tbl = fib_get_table(net, table); in fib_check_nh_v4_gw()
H A Ddevinet.c168 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
/linux/include/net/
H A Dip_fib.h295 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function
311 return fib_get_table(net, id); in fib_new_table()
322 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup()
367 struct fib_table *fib_get_table(struct net *net, u32 id);
/linux/net/core/
H A Dfilter.c5943 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()