Home
last modified time | relevance | path

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

/net/sctp/
A Dstream.c784 struct sctp_strreset_addstrm *addstrm = param.v; in sctp_process_strreset_addstrm_out() local
790 request_seq = ntohl(addstrm->request_seq); in sctp_process_strreset_addstrm_out()
805 in = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_out()
862 request_seq = ntohl(addstrm->request_seq); in sctp_process_strreset_addstrm_in()
884 out = ntohs(addstrm->number_of_streams); in sctp_process_strreset_addstrm_in()
1040 struct sctp_strreset_addstrm *addstrm; in sctp_process_strreset_resp() local
1043 addstrm = (struct sctp_strreset_addstrm *)req; in sctp_process_strreset_resp()
1044 nums = ntohs(addstrm->number_of_streams); in sctp_process_strreset_resp()
1058 struct sctp_strreset_addstrm *addstrm; in sctp_process_strreset_resp() local
1066 addstrm = (struct sctp_strreset_addstrm *)req; in sctp_process_strreset_resp()
[all …]
A Dsm_make_chunk.c3759 struct sctp_strreset_addstrm addstrm; in sctp_make_strreset_addstrm() local
3760 __u16 size = sizeof(addstrm); in sctp_make_strreset_addstrm()
3769 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3770 addstrm.number_of_streams = htons(out); in sctp_make_strreset_addstrm()
3771 addstrm.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_addstrm()
3772 addstrm.reserved = 0; in sctp_make_strreset_addstrm()
3774 sctp_addto_chunk(retval, size, &addstrm); in sctp_make_strreset_addstrm()
3779 addstrm.param_hdr.length = htons(size); in sctp_make_strreset_addstrm()
3780 addstrm.number_of_streams = htons(in); in sctp_make_strreset_addstrm()
3782 addstrm.reserved = 0; in sctp_make_strreset_addstrm()
[all …]

Completed in 21 milliseconds