Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dip_fib.h79 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;
[all …]