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

/linux-master/net/sctp/
H A Dstream.c784 struct sctp_strreset_addstrm *addstrm = param.v; local
790 request_seq = ntohl(addstrm->request_seq);
805 in = ntohs(addstrm->number_of_streams);
841 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC);
854 struct sctp_strreset_addstrm *addstrm = param.v; local
862 request_seq = ntohl(addstrm->request_seq);
884 out = ntohs(addstrm->number_of_streams);
1040 struct sctp_strreset_addstrm *addstrm; local
1043 addstrm = (struct sctp_strreset_addstrm *)req;
1044 nums = ntohs(addstrm
1058 struct sctp_strreset_addstrm *addstrm; local
[all...]
H A Dsm_make_chunk.c3767 struct sctp_strreset_addstrm addstrm; local
3768 __u16 size = sizeof(addstrm);
3776 addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_OUT_STREAMS;
3777 addstrm.param_hdr.length = htons(size);
3778 addstrm.number_of_streams = htons(out);
3779 addstrm.request_seq = htonl(asoc->strreset_outseq);
3780 addstrm.reserved = 0;
3782 sctp_addto_chunk(retval, size, &addstrm);
3786 addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_IN_STREAMS;
3787 addstrm
[all...]

Completed in 503 milliseconds