Searched defs:fib_nh (Results 1 – 2 of 2) sorted by relevance
69 struct fib_nh { struct70 struct net_device *nh_dev;71 struct hlist_node nh_hash;72 struct fib_info *nh_parent;73 unsigned int nh_flags;74 unsigned char nh_scope;76 int nh_weight;77 int nh_power;80 __u32 nh_tclassid;82 int nh_oif;[all …]
40 struct dn_fib_nh fib_nh[0]; member