]> 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)
commitce7f34bf01909ab65dacb5b4bc674e5759070184
tree2005d9eefb274a3818d38e3d615ee196bd27aa39
parent14effc34fd21da31d8818af9a491816e9da0b1bc
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