Searched refs:resetHead (Results 1 – 5 of 5) sorted by relevance
2035 (TAILQ_EMPTY(&asoc->resetHead)) && in sctp_process_a_data_chunk()2151 TAILQ_EMPTY(&asoc->resetHead) && in sctp_process_a_data_chunk()2239 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) && in sctp_process_a_data_chunk()2340 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) && in sctp_process_a_data_chunk()2349 TAILQ_REMOVE(&asoc->resetHead, liste, next_resp); in sctp_process_a_data_chunk()2353 liste = TAILQ_FIRST(&asoc->resetHead); in sctp_process_a_data_chunk()2354 if (TAILQ_EMPTY(&asoc->resetHead)) { in sctp_process_a_data_chunk()
928 struct sctp_resethead resetHead; member
5723 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) {5724 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp);
4200 TAILQ_INSERT_TAIL(&asoc->resetHead, liste, next_resp);
1383 TAILQ_INIT(&asoc->resetHead); in sctp_init_asoc()