Lines Matching defs:tsnresp
3812 struct sctp_strreset_resptsn tsnresp;
3813 __u16 length = sizeof(tsnresp);
3820 tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
3821 tsnresp.param_hdr.length = htons(length);
3823 tsnresp.response_seq = htonl(sn);
3824 tsnresp.result = htonl(result);
3825 tsnresp.senders_next_tsn = htonl(sender_tsn);
3826 tsnresp.receivers_next_tsn = htonl(receiver_tsn);
3828 sctp_addto_chunk(retval, sizeof(tsnresp), &tsnresp);