Searched refs:how_indx (Results 1 – 1 of 1) sorted by relevance
1468 uint32_t how_indx; in sctp_process_cookie_existing() local1478 for (how_indx = 0; how_indx < sizeof(asoc->cookie_how); how_indx++) { in sctp_process_cookie_existing()1479 if (asoc->cookie_how[how_indx] == 0) in sctp_process_cookie_existing()1482 if (how_indx < sizeof(asoc->cookie_how)) { in sctp_process_cookie_existing()1483 asoc->cookie_how[how_indx] = 1; in sctp_process_cookie_existing()1492 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()1493 asoc->cookie_how[how_indx] = 2; in sctp_process_cookie_existing()1549 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()1550 asoc->cookie_how[how_indx] = 17; in sctp_process_cookie_existing()1566 if (how_indx < sizeof(asoc->cookie_how)) in sctp_process_cookie_existing()[all …]