Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_header.h429 struct sctp_stream_reset_req { struct
H A Dsctp_timer.c969 struct sctp_stream_reset_req *strreq; in sctp_strreset_timer()
975 strreq = mtod(strrst->data, struct sctp_stream_reset_req *); in sctp_strreset_timer()
H A Dsctp_input.c2639 struct sctp_stream_reset_req *strreq; in sctp_clean_up_stream_reset()
2640 strreq = mtod(chk->data, struct sctp_stream_reset_req *); in sctp_clean_up_stream_reset()
2722 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct sctp_stream_reset_req *sr_req) in sctp_handle_stream_reset()
3672 sctp_handle_stream_reset(stcb, (struct sctp_stream_reset_req *)ch); in sctp_process_control()
H A Dsctp_output.c4977 struct sctp_stream_reset_req *strreq;
4979 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
6512 struct sctp_stream_reset_req *strreq;
6513 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
8835 struct sctp_stream_reset_req *strreq;
8860 chk->send_size = sizeof(struct sctp_stream_reset_req) + (number_entrys * sizeof(uint16_t));
8896 strreq = mtod(chk->data, struct sctp_stream_reset_req *);