Lines Matching refs:outreq
521 struct sctp_strreset_outreq *outreq = param.v;
528 request_seq = ntohl(outreq->request_seq);
530 if (ntohl(outreq->send_reset_at_tsn) >
554 nums = (ntohs(param.p->length) - sizeof(*outreq)) / sizeof(__u16);
555 str_p = outreq->list_of_streams;
565 asoc, outreq->response_seq,
942 struct sctp_strreset_outreq *outreq;
945 outreq = (struct sctp_strreset_outreq *)req;
946 str_p = outreq->list_of_streams;
947 nums = (ntohs(outreq->param_hdr.length) - sizeof(*outreq)) /