Home | History | Annotate | Download | only in netinet

Lines Matching defs:indx

3387  	int cur_val, i, indx, incr;
3390 indx = SCTP_HS_TABLE_SIZE - 1;
3408 indx = i;
3412 net->last_hs_used = indx;
3413 incr = ((sctp_cwnd_adjust[indx].increase) << 10);
3424 int cur_val, i, indx;
3430 indx = net->last_hs_used;
3447 indx = net->last_hs_used;
3454 for (i = indx; i >= 1; i--) {
3459 net->last_hs_used = indx;