Searched defs:ip_vs_est_kt_data (Results 1 – 1 of 1) sorted by relevance
501 struct ip_vs_est_kt_data { struct502 struct netns_ipvs *ipvs;503 struct task_struct *task; /* task if running */504 struct ip_vs_est_tick_data __rcu *ticks[IPVS_EST_NTICKS];506 unsigned long est_timer; /* estimation timer (jiffies) */507 struct ip_vs_stats *calc_stats; /* Used for calculation */508 int needed; /* task is needed */509 int tick_len[IPVS_EST_NTICKS]; /* est count */510 int id; /* ktid per netns */511 int chain_max; /* max ests per tick chain */[all …]