Searched hist:"9439 ce00f208d95703a6725e4ea986dd90e37ffd" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/core/ |
H A D | request_sock.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
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_fastopen.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | syncookies.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_connection_sock.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_input.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | syncookies.c | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | tcp.h | diff 9439ce00f208d95703a6725e4ea986dd90e37ffd Tue Mar 17 20:32:29 CDT 2015 Eric Dumazet <edumazet@google.com> tcp: rename struct tcp_request_sock listener
The listener field in struct tcp_request_sock is a pointer back to the listener. We now have req->rsk_listener, so TCP only needs one boolean and not a full pointer.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|