aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2023-12-19 09:18:22 +0900
committerDavid S. Miller <[email protected]>2023-12-22 22:15:34 +0000
commit5e07e672412bed473122813ab35d4f7d42fd9635 (patch)
tree2e6ba8fd7d45e569c3a9cdc024c31983835d823f /tools/perf/scripts/python/mem-phys-addr.py
parent67f440c05dd2fca9f26057e713d8618e23c4e021 (diff)
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
While checking port availability in bind() or listen(), we used only bhash for all v4-mapped-v6 addresses. But there is no good reason not to use bhash2 for v4-mapped-v6 non-wildcard addresses. Let's do it by returning true in inet_use_bhash2_on_bind(). Then, we also need to add a test in inet_bind2_bucket_match_addr_any() so that ::ffff:X.X.X.X will match with 0.0.0.0. Note that sk->sk_rcv_saddr is initialised for v4-mapped-v6 sk in __inet6_bind(). Signed-off-by: Kuniyuki Iwashima <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions