Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dstream.c543 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_outreq()
547 asoc->strreset_inseq++; in sctp_process_strreset_outreq()
626 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_inreq()
632 asoc->strreset_inseq++; in sctp_process_strreset_inreq()
653 asoc->strreset_inseq--; in sctp_process_strreset_inreq()
702 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_tsnreq()
717 asoc->strreset_inseq++; in sctp_process_strreset_tsnreq()
798 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_addstrm_out()
802 asoc->strreset_inseq++; in sctp_process_strreset_addstrm_out()
870 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/include/net/sctp/
A Dstructs.h2084 __u32 strreset_inseq; /* Update after receiving request */ member

Completed in 19 milliseconds