Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h469 #define SCTP_STREAM_RESET 0x82 macro
H A Dsctp_output.c4754 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
6006 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate_ack()
7157 } else if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_clean_up_ctl()
9512 (chk->rec.chunk_id.id == SCTP_STREAM_RESET) || in sctp_chunk_retransmission()
9517 if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_chunk_retransmission()
11948 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
11971 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
12100 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12124 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12205 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_str_reset_req()
[all …]
H A Dsctp_input.c3975 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
4000 ch->chunk_type = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
5112 case SCTP_STREAM_RESET: in sctp_process_control()
H A Dsctp_indata.c2811 case SCTP_STREAM_RESET: in sctp_process_data()
H A Dsctp_pcb.c6317 case SCTP_STREAM_RESET: in sctp_load_addresses_from_init()