Searched defs:fib_nh (Results 1 – 2 of 2) sorted by relevance
75 struct fib_nh { struct76 struct net_device *nh_dev;77 struct hlist_node nh_hash;78 struct fib_info *nh_parent;79 unsigned int nh_flags;80 unsigned char nh_scope;82 int nh_weight;83 atomic_t nh_upper_bound;86 __u32 nh_tclassid;88 int nh_oif;[all …]
40 struct dn_fib_nh fib_nh[0]; member