Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
95 struct fib_info { struct96 struct hlist_node fib_hash;97 struct hlist_node fib_lhash;98 struct net *fib_net;99 int fib_treeref;100 atomic_t fib_clntref;101 unsigned int fib_flags;102 unsigned char fib_dead;103 unsigned char fib_protocol;104 unsigned char fib_scope;[all …]