Lines Matching defs:nh_config
23 struct nh_config { struct
24 u32 nh_id;
26 u8 nh_family;
27 u8 nh_protocol;
28 u8 nh_blackhole;
29 u32 nh_flags;
31 int nh_ifindex;
32 struct net_device *dev;
34 union {
37 } gw;
39 struct nlattr *nh_grp;
40 u16 nh_grp_type;
42 struct nlattr *nh_encap;
43 u16 nh_encap_type;
45 u32 nlflags;
46 struct nl_info nlinfo;