Lines Matching defs:fib_info
99 struct fib_info { struct
100 struct hlist_node fib_hash;
101 struct hlist_node fib_lhash;
102 struct net *fib_net;
103 int fib_treeref;
104 atomic_t fib_clntref;
105 unsigned int fib_flags;
106 unsigned char fib_dead;
107 unsigned char fib_protocol;
108 unsigned char fib_scope;
109 unsigned char fib_type;
110 __be32 fib_prefsrc;
111 u32 fib_priority;
112 u32 *fib_metrics;
138 struct fib_info *fi; argument