Home
last modified time | relevance | path

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

/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()