Lines Matching defs:dn_fib_info
42 struct dn_fib_info { struct
43 struct dn_fib_info *fib_next; argument
44 struct dn_fib_info *fib_prev; argument
45 int fib_treeref;
46 atomic_t fib_clntref;
47 int fib_dead;
48 unsigned fib_flags;
49 int fib_protocol;
50 __le16 fib_prefsrc;
51 __u32 fib_priority;
52 __u32 fib_metrics[RTAX_MAX];
53 int fib_nhs;
54 int fib_power;
55 struct dn_fib_nh fib_nh[0];