Lines Matching defs:tsnresp
3850 struct sctp_strreset_resptsn tsnresp;
3851 __u16 length = sizeof(tsnresp);
3858 tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
3859 tsnresp.param_hdr.length = htons(length);
3861 tsnresp.response_seq = htonl(sn);
3862 tsnresp.result = htonl(result);
3863 tsnresp.senders_next_tsn = htonl(sender_tsn);
3864 tsnresp.receivers_next_tsn = htonl(receiver_tsn);
3866 sctp_addto_chunk(retval, sizeof(tsnresp), &tsnresp);