Home
last modified time | relevance | path

Searched defs:ip_vs_est_kt_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/net/
Dip_vs.h452 struct ip_vs_est_kt_data { struct
453 struct netns_ipvs *ipvs;
454 struct task_struct *task; /* task if running */
455 struct ip_vs_est_tick_data __rcu *ticks[IPVS_EST_NTICKS];
457 unsigned long est_timer; /* estimation timer (jiffies) */
458 struct ip_vs_stats *calc_stats; /* Used for calculation */
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 */
[all …]