Lines Matching defs:nh_config
24 struct nh_config { struct
25 u32 nh_id;
27 u8 nh_family;
28 u8 nh_protocol;
29 u8 nh_blackhole;
30 u8 nh_fdb;
31 u32 nh_flags;
33 int nh_ifindex;
34 struct net_device *dev;
36 union {
39 } gw;
41 struct nlattr *nh_grp;
42 u16 nh_grp_type;
43 u16 nh_grp_res_num_buckets;
44 unsigned long nh_grp_res_idle_timer;
45 unsigned long nh_grp_res_unbalanced_timer;
46 bool nh_grp_res_has_num_buckets;
47 bool nh_grp_res_has_idle_timer;
48 bool nh_grp_res_has_unbalanced_timer;
50 struct nlattr *nh_encap;
51 u16 nh_encap_type;
53 u32 nlflags;
54 struct nl_info nlinfo;