Home
last modified time | relevance | path

Searched refs:strreset_outseq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sctp/
Dstream.c629 asoc->strreset_outseq++; in sctp_process_strreset_outreq()
886 asoc->strreset_outseq++; in sctp_process_strreset_addstrm_out()
1145 asoc->strreset_outseq++; in sctp_process_strreset_resp()
Dsm_make_chunk.c1857 retval->strreset_outseq = retval->c.initial_tsn; in sctp_unpack_cookie()
3660 outreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_req()
3673 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()
3706 tsnreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_tsnreq()
3740 addstrm.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_addstrm()
3750 addstrm.request_seq = htonl(asoc->strreset_outseq + !!out); in sctp_make_strreset_addstrm()
Dassociola.c211 asoc->strreset_outseq = asoc->c.initial_tsn; in sctp_association_init()
/Linux-v4.19/include/net/sctp/
Dstructs.h2066 __u32 strreset_outseq; /* Update after receiving response */ member