Searched refs:fib_get_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/net/ |
D | ip_fib.h | 243 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 259 return fib_get_table(net, id); in fib_new_table() 270 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup() 309 struct fib_table *fib_get_table(struct net *net, u32 id);
|
/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 90 tb = fib_get_table(net, id); in fib_new_table() 119 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 168 old = fib_get_table(net, RT_TABLE_LOCAL); in fib_unmerge() 185 main_table = fib_get_table(net, RT_TABLE_MAIN); in fib_unmerge() 233 table = fib_get_table(net, tb_id); in __inet_dev_addr_type() 612 tb = fib_get_table(net, cfg.fc_table); in ip_rt_ioctl() 758 tb = fib_get_table(net, cfg.fc_table); in inet_rtm_delroute() 1133 tb = fib_get_table(net, frn->tb_id_in); in nl_fib_lookup()
|
D | fib_rules.c | 133 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 | 835 tbl = fib_get_table(net, cfg->fc_table); in fib_check_nh()
|
D | fib_trie.c | 2579 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
|
D | devinet.c | 154 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
|
/Linux-v4.19/net/core/ |
D | filter.c | 4282 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()
|