Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_fib.h224 static inline struct fib_table *fib_new_table(struct net *net, u32 id) in fib_new_table() function
250 struct fib_table *fib_new_table(struct net *net, u32 id);
/linux-4.1.27/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()
567 tb = fib_new_table(net, cfg.fc_table); in ip_rt_ioctl()
700 tb = fib_new_table(net, cfg.fc_table); in inet_rtm_newroute()
778 tb = fib_new_table(net, RT_TABLE_MAIN); in fib_magic()
780 tb = fib_new_table(net, RT_TABLE_LOCAL); in fib_magic()
Dfib_rules.c157 return fib_new_table(net, id); in fib_empty_table()