Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h81 struct sctp_stream_reset_list { struct
82 TAILQ_ENTRY(sctp_stream_reset_list) next_resp;
88 TAILQ_HEAD(sctp_resethead, sctp_stream_reset_list); argument
Dsctp_input.c3996 struct sctp_stream_reset_list *liste;
3999 siz = sizeof(struct sctp_stream_reset_list) + (number_entries * sizeof(uint16_t));
4000 SCTP_MALLOC(liste, struct sctp_stream_reset_list *,
Dsctp_indata.c1295 struct sctp_stream_reset_list *liste; in sctp_process_a_data_chunk()
Dsctp_pcb.c5419 struct sctp_stream_reset_list *strrst, *nstrrst;