Lines Matching defs:nh_res_table
80 struct nh_res_table { struct
81 struct net *net;
82 u32 nhg_id;
83 struct delayed_work upkeep_dw;
88 struct list_head uw_nh_entries;
89 unsigned long unbalanced_since;
91 u32 idle_timer;
92 u32 unbalanced_timer;
94 u16 num_nh_buckets;
95 struct nh_res_bucket nh_buckets[];
214 struct nh_notifier_res_table_info *nh_res_table; member