Searched refs:request_seq (Results 1 – 2 of 2) sorted by relevance
525 __u32 request_seq; in sctp_process_strreset_outreq() local528 request_seq = ntohl(outreq->request_seq); in sctp_process_strreset_outreq()541 i = asoc->strreset_inseq - request_seq - 1; in sctp_process_strreset_outreq()614 __u32 request_seq; in sctp_process_strreset_inreq() local618 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()691 __u32 request_seq; in sctp_process_strreset_tsnreq() local694 request_seq = ntohl(tsnreq->request_seq); in sctp_process_strreset_tsnreq()787 __u32 request_seq, incnt; in sctp_process_strreset_addstrm_out() local790 request_seq = ntohl(addstrm->request_seq); in sctp_process_strreset_addstrm_out()858 __u32 request_seq, outcnt; in sctp_process_strreset_addstrm_in() local[all …]
3691 outreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_req()3704 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()3737 tsnreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_tsnreq()3771 addstrm.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_addstrm()3781 addstrm.request_seq = htonl(asoc->strreset_outseq + !!out); in sctp_make_strreset_addstrm()
Completed in 13 milliseconds