Home
last modified time | relevance | path

Searched refs:strreset_inseq (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/sctp/
A Dstream.c541 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_outreq()
545 asoc->strreset_inseq++; in sctp_process_strreset_outreq()
624 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_inreq()
630 asoc->strreset_inseq++; in sctp_process_strreset_inreq()
651 asoc->strreset_inseq--; in sctp_process_strreset_inreq()
700 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_tsnreq()
715 asoc->strreset_inseq++; in sctp_process_strreset_tsnreq()
796 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_addstrm_out()
800 asoc->strreset_inseq++; in sctp_process_strreset_addstrm_out()
868 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_addstrm_in()
[all …]
A Dsm_make_chunk.c2448 asoc->strreset_inseq = asoc->peer.i.initial_tsn; in sctp_process_init()
3708 outreq.response_seq = htonl(asoc->strreset_inseq - 1); in sctp_make_strreset_req()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h2087 __u32 strreset_inseq; /* Update after receiving request */ member

Completed in 18 milliseconds