]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter
authorXin Long <lucien.xin@gmail.com>
Fri, 10 Mar 2017 04:11:09 +0000 (12:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 06:22:23 +0000 (23:22 -0700)
commit50a41591f11022dcf76c23238dce1a1a62470c46
tree8bff0bef2b56db645094a1268294ff1393bddfeb
parentb444153fb5a647448c2080ad28656ad183cae4fc
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>
include/net/sctp/sm.h
net/sctp/sm_statefuns.c
net/sctp/stream.c