Searched defs:fib_nh (Results 1 – 2 of 2) sorted by relevance
48 struct fib_nh { struct49 struct net_device *nh_dev;50 struct hlist_node nh_hash;51 struct fib_info *nh_parent;52 unsigned nh_flags;53 unsigned char nh_scope;55 int nh_weight;56 int nh_power;59 __u32 nh_tclassid;61 int nh_oif;[all …]
55 struct dn_fib_nh fib_nh[0]; member