Searched defs:fib_info (Results 1 – 1 of 1) sorted by relevance
106 struct fib_info { struct107 struct hlist_node fib_hash;108 struct hlist_node fib_lhash;109 struct net *fib_net;110 int fib_treeref;111 refcount_t fib_clntref;112 unsigned int fib_flags;113 unsigned char fib_dead;114 unsigned char fib_protocol;115 unsigned char fib_scope;[all …]