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