commit | 8827d90e29e664aa959817467a3da72041ca2269 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Nov 08 10:54:08 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 08 20:56:38 2015 -0500 |
tree | b93d7f1df7eeb6411f300f9b94e1737f96ff350e | |
parent | 54abc686c2d111e98228943a7e1e51cc256e35d9 [diff] |
smack: use skb_to_full_sk() helper This module wants to access sk->sk_security, which is not available for request sockets. Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead of listener") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>