diff options
| author | 2022-09-07 18:10:20 -0700 | |
|---|---|---|
| committer | 2022-09-20 10:21:49 -0700 | |
| commit | 4461568aa4e565de2c336f4875ddf912f26da8a5 (patch) | |
| tree | f16df651fb474e16ed08b17be120e8305df8198d /include | |
| parent | tcp: Set NULL to sk->sk_prot->h.hashinfo. (diff) | |
| download | linux-dev-4461568aa4e565de2c336f4875ddf912f26da8a5.tar.xz linux-dev-4461568aa4e565de2c336f4875ddf912f26da8a5.zip | |
tcp: Access &tcp_hashinfo via net.
We will soon introduce an optional per-netns ehash.
This means we cannot use tcp_hashinfo directly in most places.
Instead, access it via net->ipv4.tcp_death_row.hashinfo.
The access will be valid only while initialising tcp_hashinfo
itself and creating/destroying each netns.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
