Searched refs:fib_get_table (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
D | ip_fib.h | 210 static inline struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 226 return fib_get_table(net, id); in fib_new_table() 237 tb = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup() 251 struct fib_table *fib_get_table(struct net *net, u32 id);
|
/linux-4.1.27/net/ipv4/ |
D | fib_frontend.c | 82 tb = fib_get_table(net, id); in fib_new_table() 113 struct fib_table *fib_get_table(struct net *net, u32 id) in fib_get_table() function 160 old = fib_get_table(net, RT_TABLE_LOCAL); in fib_unmerge() 228 local_table = fib_get_table(net, RT_TABLE_LOCAL); in __inet_dev_addr_type() 561 tb = fib_get_table(net, cfg.fc_table); in ip_rt_ioctl() 678 tb = fib_get_table(net, cfg.fc_table); in inet_rtm_delroute() 998 tb = fib_get_table(net, frn->tb_id_in); in nl_fib_lookup()
|
D | fib_rules.c | 96 tbl = fib_get_table(rule->fr_net, rule->table); in fib4_rule_action() 156 if (!fib_get_table(net, id)) in fib_empty_table()
|
D | fib_trie.c | 2483 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
|
D | devinet.c | 164 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()
|