Home | History | Annotate | Download | only in netinet

Lines Matching refs:req_tsn

12162 	struct sctp_stream_reset_tsn_request *req_tsn;
12169 req_tsn = (struct sctp_stream_reset_tsn_request *)((caddr_t)ch + len);
12172 req_tsn->ph.param_type = htons(SCTP_STR_RESET_TSN_REQUEST);
12173 req_tsn->ph.param_length = htons(len);
12174 req_tsn->request_seq = htonl(seq);