Searched refs:fib_get_table (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | ip_fib.h | 274 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/ |
| D | fib_frontend.c | 87 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()
|
| D | fib_rules.c | 130 tbl = fib_get_table(rule->fr_net, tb_id); in fib4_rule_action() 204 if (!fib_get_table(net, id)) in fib_empty_table()
|
| D | fib_semantics.c | 1104 tbl = fib_get_table(net, table); in fib_check_nh_v4_gw()
|
| D | fib_trie.c | 2700 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
|
| D | devinet.c | 165 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 4654 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()
|