Lines Matching defs:ip_vs_est_kt_data
472 struct ip_vs_est_kt_data { struct
473 struct netns_ipvs *ipvs;
474 struct task_struct *task; /* task if running */
475 struct ip_vs_est_tick_data __rcu *ticks[IPVS_EST_NTICKS];
477 unsigned long est_timer; /* estimation timer (jiffies) */
478 struct ip_vs_stats *calc_stats; /* Used for calculation */
479 int tick_len[IPVS_EST_NTICKS]; /* est count */
480 int id; /* ktid per netns */
481 int chain_max; /* max ests per tick chain */
482 int tick_max; /* max ests per tick */
483 int est_count; /* attached ests to kthread */
484 int est_max_count; /* max ests per kthread */
485 int add_row; /* row for new ests */
486 int est_row; /* estimated row */