Home
last modified time | relevance | path

Searched refs:addstrm (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
A Dstream.c786 struct sctp_strreset_addstrm *addstrm = param.v; in sctp_process_strreset_addstrm_out() local
792 request_seq = ntohl(addstrm->request_seq); in sctp_process_strreset_addstrm_out()
807 in = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_out()
864 request_seq = ntohl(addstrm->request_seq); in sctp_process_strreset_addstrm_in()
886 out = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_in()
1042 struct sctp_strreset_addstrm *addstrm; in sctp_process_strreset_resp() local
1045 addstrm = (struct sctp_strreset_addstrm *)req; in sctp_process_strreset_resp()
1046 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
1060 struct sctp_strreset_addstrm *addstrm; in sctp_process_strreset_resp() local
1068 addstrm = (struct sctp_strreset_addstrm *)req; in sctp_process_strreset_resp()
[all …]
A Dsm_make_chunk.c3775 struct sctp_strreset_addstrm addstrm; in sctp_make_strreset_addstrm() local
3776 __u16 size = sizeof(addstrm); in sctp_make_strreset_addstrm()
3785 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3786 addstrm.number_of_streams = htons(out); in sctp_make_strreset_addstrm()
3787 addstrm.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_addstrm()
3788 addstrm.reserved = 0; in sctp_make_strreset_addstrm()
3790 sctp_addto_chunk(retval, size, &addstrm); in sctp_make_strreset_addstrm()
3795 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3796 addstrm.number_of_streams = htons(in); in sctp_make_strreset_addstrm()
3798 addstrm.reserved = 0; in sctp_make_strreset_addstrm()
[all …]

Completed in 12 milliseconds