Searched refs:strreset_outseq (Results 1 – 4 of 4) sorted by relevance
575 asoc->strreset_outseq++; in sctp_process_strreset_outreq()824 asoc->strreset_outseq++; in sctp_process_strreset_addstrm_out()1076 asoc->strreset_outseq++; in sctp_process_strreset_resp()
1844 retval->strreset_outseq = retval->c.initial_tsn; in sctp_unpack_cookie()3651 outreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_req()3664 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()3697 tsnreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_tsnreq()3731 addstrm.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_addstrm()3741 addstrm.request_seq = htonl(asoc->strreset_outseq + !!out); in sctp_make_strreset_addstrm()
197 asoc->strreset_outseq = asoc->c.initial_tsn; in sctp_association_init()
2063 __u32 strreset_outseq; /* Update after receiving response */ member