Searched hist:"58169 ec9c40309541509181e068177eab72e6caa" (Results 1 – 7 of 7) sorted by relevance
/linux/include/net/ |
H A D | espintcp.h | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tls.h | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | inet_connection_sock.h | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tcp.h | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/net/ipv4/ |
H A D | tcp_timer.c | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tcp_input.c | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/net/mptcp/ |
H A D | protocol.h | diff 58169ec9c40309541509181e068177eab72e6caa Fri Mar 29 15:49:31 CET 2024 Eric Dumazet <edumazet@google.com> inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier, thanks to container_of_const().
We have to fix few places that had mistakes, like tcp_bound_rto().
Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|