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