Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_fib.h210 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/
Dfib_frontend.c82 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()
Dfib_rules.c96 tbl = fib_get_table(rule->fr_net, rule->table); in fib4_rule_action()
156 if (!fib_get_table(net, id)) in fib_empty_table()
Dfib_trie.c2483 tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN); in fib_route_seq_start()
Ddevinet.c164 local = fib_get_table(net, RT_TABLE_LOCAL); in __ip_dev_find()