Home
last modified time | relevance | path

Searched refs:fib_new_table (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dfib_frontend.c77 struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function
92 alias = fib_new_table(net, RT_TABLE_MAIN); in fib_new_table()
127 EXPORT_SYMBOL_GPL(fib_new_table);
670 tb = fib_new_table(net, cfg.fc_table); in ip_rt_ioctl()
944 tb = fib_new_table(net, cfg.fc_table); in inet_rtm_newroute()
1135 tb = fib_new_table(net, tb_id); in fib_magic()
H A Dfib_rules.c223 return fib_new_table(net, id); in fib_empty_table()
/linux/include/net/
H A Dip_fib.h311 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function
368 struct fib_table *fib_new_table(struct net *net, u32 id);
/linux/drivers/net/
H A Dvrf.c974 if (!fib_new_table(dev_net(dev), vrf->tb_id)) in vrf_rtable_create()