]> git.baikalelectronics.ru Git - 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)
commitb6e83fa2471a5d219496e0c297bd507659324b49
tree2005d9eefb274a3818d38e3d615ee196bd27aa39
parente9f00524f60632d58c9242bac90e8c4578d0ff51
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