Home
last modified time | relevance | path

Searched refs:str_reset (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_structs.h838 struct sctp_tmit_chunk *str_reset; member
HDsctp_input.c3555 if (stcb->asoc.str_reset == NULL) { in sctp_find_stream_reset()
3559 chk = stcb->asoc.str_reset; in sctp_find_stream_reset()
3590 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; in sctp_clean_up_stream_reset()
3592 if (stcb->asoc.str_reset == NULL) { in sctp_clean_up_stream_reset()
3609 stcb->asoc.str_reset = NULL; in sctp_clean_up_stream_reset()
HDsctp_output.c7029 if (chk != asoc->str_reset) { in sctp_clean_up_ctl()
9385 if (chk != asoc->str_reset) { in sctp_chunk_retransmission()
11935 asoc->str_reset = chk; in sctp_send_stream_reset_out_if_possible()
12139 asoc->str_reset = chk; in sctp_send_str_reset_req()