Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_fib.h159 struct fib6_table *fib6_table; member
391 struct fib6_table { struct
392 struct hlist_node tb6_hlist;
393 u32 tb6_id;
394 spinlock_t tb6_lock;
395 struct fib6_node tb6_root;
396 struct inet_peer_base tb6_peers;
420 struct fib6_table *, argument
/linux/drivers/net/
H A Dvrf.c118 struct fib6_table *fib6_table; member