commit | 219f9ea4d3b797f0337dece61e4e8255840e47d0 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Aug 19 22:02:47 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 19 18:27:29 2019 -0700 |
tree | 173b5974828f1bb5d505436a12ae1833acb8ce22 | |
parent | df2c71ffdfae58961981d7cbcccea93688fc4e96 [diff] |
sctp: use ep and asoc auth_enable properly sctp has per endpoint auth flag and per asoc auth flag, and the asoc one should be checked when coming to asoc and the endpoint one should be checked when coming to endpoint. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>