Lines Matching defs:fib_nh
79 struct fib_nh { struct
80 struct net_device *nh_dev;
81 struct hlist_node nh_hash;
82 struct fib_info *nh_parent;
83 unsigned int nh_flags;
84 unsigned char nh_scope;
86 int nh_weight;
87 atomic_t nh_upper_bound;
90 __u32 nh_tclassid;
92 int nh_oif;
93 __be32 nh_gw;
94 __be32 nh_saddr;
95 int nh_saddr_genid;
96 struct rtable __rcu * __percpu *nh_pcpu_rth_output;
97 struct rtable __rcu *nh_rth_input;
98 struct fnhe_hash_bucket __rcu *nh_exceptions;
99 struct lwtunnel_state *nh_lwtstate;
127 struct fib_nh fib_nh[0]; member
202 struct fib_nh *fib_nh; member