tsnreq           3695 net/sctp/sm_make_chunk.c 	struct sctp_strreset_tsnreq tsnreq;
tsnreq           3696 net/sctp/sm_make_chunk.c 	__u16 length = sizeof(tsnreq);
tsnreq           3703 net/sctp/sm_make_chunk.c 	tsnreq.param_hdr.type = SCTP_PARAM_RESET_TSN_REQUEST;
tsnreq           3704 net/sctp/sm_make_chunk.c 	tsnreq.param_hdr.length = htons(length);
tsnreq           3705 net/sctp/sm_make_chunk.c 	tsnreq.request_seq = htonl(asoc->strreset_outseq);
tsnreq           3707 net/sctp/sm_make_chunk.c 	sctp_addto_chunk(retval, sizeof(tsnreq), &tsnreq);
tsnreq            682 net/sctp/stream.c 	struct sctp_strreset_tsnreq *tsnreq = param.v;
tsnreq            688 net/sctp/stream.c 	request_seq = ntohl(tsnreq->request_seq);