Home
last modified time | relevance | path

Searched refs:sctp_stream_reset_list (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_output.h177 struct sctp_stream_reset_list *,
HDsctp_structs.h77 struct sctp_stream_reset_list { struct
78 TAILQ_ENTRY(sctp_stream_reset_list) next_resp;
85 TAILQ_HEAD(sctp_resethead, sctp_stream_reset_list); argument
HDsctp_input.c3949 struct sctp_stream_reset_list *liste; in sctp_handle_str_reset_request_out()
3952 siz = sizeof(struct sctp_stream_reset_list) + (number_entries * sizeof(uint16_t)); in sctp_handle_str_reset_request_out()
3953 SCTP_MALLOC(liste, struct sctp_stream_reset_list *, in sctp_handle_str_reset_request_out()
HDsctp_indata.c1302 struct sctp_stream_reset_list *liste; in sctp_process_a_data_chunk()
HDsctp_pcb.c4642 struct sctp_stream_reset_list *strrst, *nstrrst; in sctp_free_assoc()
HDsctp_output.c11720 struct sctp_stream_reset_list *ent, in sctp_send_deferred_reset_response()