sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter
This patch is to add Receiver-Side Procedures for the Add Outgoing Streams Request Parameter described in section 5.2.5. It is also to improve sctp_chunk_lookup_strreset_param, so that it can be used for processing addstrm_out request. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
b444153fb5
commit
50a41591f1
@@ -3875,6 +3875,9 @@ sctp_disposition_t sctp_sf_do_reconf(struct net *net,
|
||||
else if (param.p->type == SCTP_PARAM_RESET_TSN_REQUEST)
|
||||
reply = sctp_process_strreset_tsnreq(
|
||||
(struct sctp_association *)asoc, param, &ev);
|
||||
else if (param.p->type == SCTP_PARAM_RESET_ADD_OUT_STREAMS)
|
||||
reply = sctp_process_strreset_addstrm_out(
|
||||
(struct sctp_association *)asoc, param, &ev);
|
||||
/* More handles for other types will be added here, by now it
|
||||
* just ignores other types.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user