commit | 03f961270f4256fe9f47b94aea889bd26877216b | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Aug 19 22:02:48 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 19 18:27:29 2019 -0700 |
tree | 17cafda52c0aeebd645503c8227379d8a92b2120 | |
parent | 219f9ea4d3b797f0337dece61e4e8255840e47d0 [diff] |
sctp: add sctp_auth_init and sctp_auth_free This patch is to factor out sctp_auth_init and sctp_auth_free functions, and sctp_auth_init will also be used in the next patch for SCTP_AUTH_SUPPORTED sockopt. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>