Home
last modified time | relevance | path

Searched defs:fib6_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dip6_fib.h165 struct fib6_table *fib6_table; member
383 struct fib6_table { struct
384 struct hlist_node tb6_hlist;
385 u32 tb6_id;
386 spinlock_t tb6_lock;
387 struct fib6_node tb6_root;
411 struct fib6_table *, argument
/openbmc/linux/drivers/net/
H A Dvrf.c116 struct fib6_table *fib6_table; member