Searched defs:fib_nh (Results 1 – 2 of 2) sorted by relevance
73 struct fib_nh { struct74 struct net_device *nh_dev;75 struct hlist_node nh_hash;76 struct fib_info *nh_parent;77 unsigned int nh_flags;78 unsigned char nh_scope;80 int nh_weight;81 int nh_power;84 __u32 nh_tclassid;86 int nh_oif;[all …]
40 struct dn_fib_nh fib_nh[0]; member