Lines Matching defs:dn_fib_info
27 struct dn_fib_info { struct
28 struct dn_fib_info *fib_next; argument
29 struct dn_fib_info *fib_prev; argument
30 int fib_treeref;
31 atomic_t fib_clntref;
32 int fib_dead;
33 unsigned int fib_flags;
34 int fib_protocol;
35 __le16 fib_prefsrc;
36 __u32 fib_priority;
37 __u32 fib_metrics[RTAX_MAX];
38 int fib_nhs;
39 int fib_power;
40 struct dn_fib_nh fib_nh[0];