Searched defs:dn_fib_info (Results 1 – 1 of 1) sorted by relevance
54 struct dn_fib_info { struct55 struct dn_fib_info *fib_next; argument56 struct dn_fib_info *fib_prev; argument57 int fib_treeref;58 atomic_t fib_clntref;59 int fib_dead;60 unsigned fib_flags;61 int fib_protocol;62 dn_address fib_prefsrc;63 u32 fib_priority;[all …]