Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dip_fib.h48 struct fib_nh { struct
49 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 …]
Ddn_fib.h55 struct dn_fib_nh fib_nh[0]; member