Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
127236 struct fib_info { struct127237 struct hlist_node fib_hash;127238 struct hlist_node fib_lhash;127239 struct list_head nh_list;127240 struct net *fib_net;127241 refcount_t fib_treeref;127242 refcount_t fib_clntref;127243 unsigned int fib_flags;127244 unsigned char fib_dead;127245 unsigned char fib_protocol;[all …]