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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c70 - est_add_ktid: ktid where to add new ests, can point to empty slot where
369 /* Select ktid where to add new ests: available, unused or new slot */
372 int ktid, best = ipvs->est_kt_count; local
375 for (ktid = 0; ktid < ipvs->est_kt_count; ktid++) {
376 kd = ipvs->est_kt_arr[ktid];
379 best = ktid;
382 } else if (ktid < best) {
383 best = ktid;
395 int ktid, row, crow, cid, ret; local
526 int ktid = est->ktid; local
[all...]
/linux-master/include/net/
H A Dip_vs.h368 s32 ktid:16, /* kthread ID, -1=temp list */ member in struct:ip_vs_estimator
460 int id; /* ktid per netns */
1023 int est_add_ktid; /* ktid where to add ests */

Completed in 223 milliseconds