]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sctp: add reconf chunk process
authorXin Long <lucien.xin@gmail.com>
Fri, 17 Feb 2017 04:45:42 +0000 (12:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Feb 2017 23:17:59 +0000 (18:17 -0500)
commit2040d3d7a36265d4a26af4e19a6a8a6154ab4bcc
tree2005d9eefb274a3818d38e3d615ee196bd27aa39
parentea62504373fa9ff3ced27e07e1eac041888ecc46
sctp: add reconf chunk process

This patch is to add a function to process the incoming reconf chunk,
in which it verifies the chunk, and traverses the param and process
it with the right function one by one.

sctp_sf_do_reconf would be the process function of reconf chunk event.

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