Searched refs:fib_new_table (Results 1 – 4 of 4) sorted by relevance
75 struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function87 alias = fib_new_table(net, RT_TABLE_MAIN); in fib_new_table()108 EXPORT_SYMBOL_GPL(fib_new_table);637 tb = fib_new_table(net, cfg.fc_table); in ip_rt_ioctl()880 tb = fib_new_table(net, cfg.fc_table); in inet_rtm_newroute()1075 tb = fib_new_table(net, tb_id); in fib_magic()
211 return fib_new_table(net, id); in fib_empty_table()
301 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function358 struct fib_table *fib_new_table(struct net *net, u32 id);
1076 if (!fib_new_table(dev_net(dev), vrf->tb_id)) in vrf_rtable_create()
Completed in 14 milliseconds