Searched defs:ip_vs_est_kt_data (Results 1 – 1 of 1) sorted by relevance
452 struct ip_vs_est_kt_data { struct453 struct netns_ipvs *ipvs;454 struct task_struct *task; /* task if running */459 int tick_len[IPVS_EST_NTICKS]; /* est count */460 int id; /* ktid per netns */461 int chain_max; /* max ests per tick chain */462 int tick_max; /* max ests per tick */463 int est_count; /* attached ests to kthread */464 int est_max_count; /* max ests per kthread */465 int add_row; /* row for new ests */[all …]