commit | ba8e275a457397ab06f3567cf7bef0d78a43ae7e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 02 11:43:28 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 04:32:38 2015 -0700 |
tree | b23c8ea809c70a80e3f1fa0ef9935e8600d739ff | |
parent | b267cdd1075d28501b7c05c7aeb8466775505e8d [diff] |
tcp: cleanup tcp_v[46]_inbound_md5_hash() We'll soon have to call tcp_v[46]_inbound_md5_hash() twice. Also add const attribute to the socket, as it might be the unlocked listener for SYN packets. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>