Searched refs:inreq (Results 1 – 2 of 2) sorted by relevance
611 struct sctp_strreset_inreq *inreq = param.v; in sctp_process_strreset_inreq() local619 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()641 nums = (ntohs(param.p->length) - sizeof(*inreq)) / sizeof(__u16); in sctp_process_strreset_inreq()642 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()976 struct sctp_strreset_inreq *inreq; in sctp_process_strreset_resp() local983 inreq = (struct sctp_strreset_inreq *)req; in sctp_process_strreset_resp()984 str_p = inreq->list_of_streams; in sctp_process_strreset_resp()985 nums = (ntohs(inreq->param_hdr.length) - sizeof(*inreq)) / in sctp_process_strreset_resp()
3655 struct sctp_strreset_inreq inreq; in sctp_make_strreset_req() local3660 inlen = (sizeof(inreq) + stream_len) * in; in sctp_make_strreset_req()3680 inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST; in sctp_make_strreset_req()3681 inreq.param_hdr.length = htons(inlen); in sctp_make_strreset_req()3682 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()3684 sctp_addto_chunk(retval, sizeof(inreq), &inreq); in sctp_make_strreset_req()