diff options
author | 2015-03-24 15:58:54 -0700 | |
---|---|---|
committer | 2015-03-24 21:16:29 -0400 | |
commit | ff74e23f7edb3759d1290b10f80222e3bbb6304b (patch) | |
tree | 72cb9b6121234d31fc179bf9d780c51f3c3a6e85 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: use C99 initializers in new_state[] (diff) | |
download | linux-dev-ff74e23f7edb3759d1290b10f80222e3bbb6304b.tar.xz linux-dev-ff74e23f7edb3759d1290b10f80222e3bbb6304b.zip |
tcp: md5: input path is run under rcu protected sections
It is guaranteed that both tcp_v4_rcv() and tcp_v6_rcv()
run from rcu read locked sections :
ip_local_deliver_finish() and ip6_input_finish() both
use rcu_read_lock()
Also align tcp_v6_inbound_md5_hash() on tcp_v4_inbound_md5_hash()
by returning a boolean.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions