Home
last modified time | relevance | path

Searched defs:fib_nh (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dip_fib.h75 struct fib_nh { struct
76 struct net_device *nh_dev;
77 struct hlist_node nh_hash;
78 struct fib_info *nh_parent;
79 unsigned int nh_flags;
80 unsigned char nh_scope;
82 int nh_weight;
83 atomic_t nh_upper_bound;
86 __u32 nh_tclassid;
88 int nh_oif;
[all …]
Ddn_fib.h40 struct dn_fib_nh fib_nh[0]; member