Home
last modified time | relevance | path

Searched refs:resetHead (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_indata.c1986 (TAILQ_EMPTY(&asoc->resetHead)) && in sctp_process_a_data_chunk()
2104 TAILQ_EMPTY(&asoc->resetHead) && in sctp_process_a_data_chunk()
2192 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) && in sctp_process_a_data_chunk()
2293 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) && in sctp_process_a_data_chunk()
2302 TAILQ_REMOVE(&asoc->resetHead, liste, next_resp); in sctp_process_a_data_chunk()
2306 liste = TAILQ_FIRST(&asoc->resetHead); in sctp_process_a_data_chunk()
2307 if (TAILQ_EMPTY(&asoc->resetHead)) { in sctp_process_a_data_chunk()
H A Dsctp_structs.h870 struct sctp_resethead resetHead; member
H A Dsctp_input.c1822 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_process_cookie_existing()
1823 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_process_cookie_existing()
3776 TAILQ_INSERT_TAIL(&asoc->resetHead, liste, next_resp); in sctp_handle_str_reset_request_out()
H A Dsctp_pcb.c4816 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_free_assoc()
4817 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_free_assoc()
H A Dsctputil.c1347 TAILQ_INIT(&asoc->resetHead); in sctp_init_asoc()