Searched refs:how_indx (Results 1 – 1 of 1) sorted by relevance
1369 uint32_t how_indx; in sctp_process_cookie_existing() local1377 for (how_indx = 0; how_indx < sizeof(asoc->cookie_how); how_indx++) { in sctp_process_cookie_existing()1378 if (asoc->cookie_how[how_indx] == 0) in sctp_process_cookie_existing()1381 if (how_indx < sizeof(asoc->cookie_how)) { in sctp_process_cookie_existing()1382 asoc->cookie_how[how_indx] = 1; in sctp_process_cookie_existing()1391 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()1392 asoc->cookie_how[how_indx] = 2; in sctp_process_cookie_existing()1453 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()1454 asoc->cookie_how[how_indx] = 17; in sctp_process_cookie_existing()1469 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()[all …]