Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dfib_frontend.c75 struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function
87 alias = fib_new_table(net, RT_TABLE_MAIN); in fib_new_table()
108 EXPORT_SYMBOL_GPL(fib_new_table);
635 tb = fib_new_table(net, cfg.fc_table); in ip_rt_ioctl()
878 tb = fib_new_table(net, cfg.fc_table); in inet_rtm_newroute()
1073 tb = fib_new_table(net, tb_id); in fib_magic()
Dfib_rules.c210 return fib_new_table(net, id); in fib_empty_table()
/Linux-v5.10/include/net/
Dip_fib.h300 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function
357 struct fib_table *fib_new_table(struct net *net, u32 id);
/Linux-v5.10/drivers/net/
Dvrf.c1062 if (!fib_new_table(dev_net(dev), vrf->tb_id)) in vrf_rtable_create()