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