Lines Matching refs:req
499 struct sctp_strreset_tsnreq *req = param.v;
501 if ((!resp_seq || req->request_seq == resp_seq) &&
502 (!type || type == req->param_hdr.type))
923 struct sctp_paramhdr *req;
926 req = sctp_chunk_lookup_strreset_param(asoc, resp->response_seq, 0);
927 if (!req)
941 if (req->type == SCTP_PARAM_RESET_OUT_REQUEST) {
945 outreq = (struct sctp_strreset_outreq *)req;
974 } else if (req->type == SCTP_PARAM_RESET_IN_REQUEST) {
982 inreq = (struct sctp_strreset_inreq *)req;
991 } else if (req->type == SCTP_PARAM_RESET_TSN_REQUEST) {
1039 } else if (req->type == SCTP_PARAM_RESET_ADD_OUT_STREAMS) {
1043 addstrm = (struct sctp_strreset_addstrm *)req;
1057 } else if (req->type == SCTP_PARAM_RESET_ADD_IN_STREAMS) {
1066 addstrm = (struct sctp_strreset_addstrm *)req;