commit | 2040d3d7a36265d4a26af4e19a6a8a6154ab4bcc | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Feb 17 12:45:42 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 19 18:17:59 2017 -0500 |
tree | 2005d9eefb274a3818d38e3d615ee196bd27aa39 | |
parent | ea62504373fa9ff3ced27e07e1eac041888ecc46 [diff] |
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>