Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
102 struct fib_info { struct103 struct hlist_node fib_hash;104 struct hlist_node fib_lhash;105 struct net *fib_net;106 int fib_treeref;107 atomic_t fib_clntref;108 unsigned int fib_flags;109 unsigned char fib_dead;110 unsigned char fib_protocol;111 unsigned char fib_scope;[all …]