Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
71 struct fib_info { struct72 struct hlist_node fib_hash;73 struct hlist_node fib_lhash;74 struct net *fib_net;75 int fib_treeref;76 atomic_t fib_clntref;77 unsigned fib_flags;78 unsigned char fib_dead;79 unsigned char fib_protocol;80 unsigned char fib_scope;[all …]