Home
last modified time | relevance | path

Searched refs:ktid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_est.c69 - est_add_ktid: ktid where to add new ests, can point to empty slot where
368 /* Select ktid where to add new ests: available, unused or new slot */
371 int ktid, best = ipvs->est_kt_count; in ip_vs_est_update_ktid() local
374 for (ktid = 0; ktid < ipvs->est_kt_count; ktid++) { in ip_vs_est_update_ktid()
375 kd = ipvs->est_kt_arr[ktid]; in ip_vs_est_update_ktid()
378 best = ktid; in ip_vs_est_update_ktid()
381 } else if (ktid < best) { in ip_vs_est_update_ktid()
382 best = ktid; in ip_vs_est_update_ktid()
394 int ktid, row, crow, cid, ret; ip_vs_enqueue_estimator() local
525 int ktid = est->ktid; ip_vs_stop_estimator() local
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h368 s32 ktid:16, /* kthread ID, -1=temp list */ member
460 int id; /* ktid per netns */
1023 int est_add_ktid; /* ktid where to add ests */

Completed in 5 milliseconds