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