aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_fastopen.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-03-17 18:32:28 -0700
committerDavid S. Miller <davem@davemloft.net>2015-03-17 22:01:56 -0400
commit4e9a578e5b6bdfa8b7fed7a41f28a86a7cffc85f (patch)
tree2aa5dfb5e6885aaa15b6802ec6bffba15f4099f4 /net/ipv4/tcp_fastopen.c
parentinet: uninline inet_reqsk_alloc() (diff)
downloadlinux-dev-4e9a578e5b6bdfa8b7fed7a41f28a86a7cffc85f.tar.xz
linux-dev-4e9a578e5b6bdfa8b7fed7a41f28a86a7cffc85f.zip
inet: add rsk_listener field to struct request_sock
Once we'll be able to lookup request sockets in ehash table, we'll need to get access to listener which created this request. This avoid doing a lookup to find the listener, which benefits for a more solid SO_REUSEPORT, and is needed once we no longer queue request sock into a listener private queue. Note that 'struct tcp_request_sock'->listener could be reduced to a single bit, as TFO listener should match req->rsk_listener. TFO will no longer need to hold a reference on the listener. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
0 files changed, 0 insertions, 0 deletions