Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
136 struct fib_info { struct137 struct hlist_node fib_hash;138 struct hlist_node fib_lhash;139 struct list_head nh_list;140 struct net *fib_net;141 refcount_t fib_treeref;142 refcount_t fib_clntref;143 unsigned int fib_flags;144 unsigned char fib_dead;145 unsigned char fib_protocol;[all …]