Lines Matching defs:fib_nh
73 struct fib_nh { struct
74 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;
87 __be32 nh_gw;
88 __be32 nh_saddr;
89 int nh_saddr_genid;
90 struct rtable __rcu * __percpu *nh_pcpu_rth_output;
91 struct rtable __rcu *nh_rth_input;
92 struct fnhe_hash_bucket __rcu *nh_exceptions;
122 struct fib_nh fib_nh[0]; member