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.c4756 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
6008 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate_ack()
7159 } else if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_clean_up_ctl()
9514 (chk->rec.chunk_id.id == SCTP_STREAM_RESET) || in sctp_chunk_retransmission()
9519 if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_chunk_retransmission()
11950 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
11973 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
12102 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12126 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12207 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.c2825 case SCTP_STREAM_RESET: in sctp_process_data()
H A Dsctp_pcb.c6447 case SCTP_STREAM_RESET: in sctp_load_addresses_from_init()