commit | e7eadb4de9e645e1b34539dc4128240b1e5f71dc | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Oct 04 21:08:09 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 02:45:25 2015 -0700 |
tree | 6f8ddb94fe22732cd4017724447f3cc1fca0a4f6 | |
parent | caf3f2676aaad395903d24a54e22f8ac4bc4823d [diff] |
ipv6: inet6_sk() should use sk_fullsock() SYN_RECV & TIMEWAIT sockets are not full blown, they do not have a pinet6 pointer. 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>