Searched hist:"4 e9a578e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | request_sock.h | 4e9a578e Tue Mar 17 20:32:28 CDT 2015 Eric Dumazet <edumazet@google.com> 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> 4e9a578e Tue Mar 17 20:32:28 CDT 2015 Eric Dumazet <edumazet@google.com> 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>
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 4e9a578e Tue Mar 17 20:32:28 CDT 2015 Eric Dumazet <edumazet@google.com> 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>
|