Home
last modified time | relevance | path

Searched hist:"58169 ec9c40309541509181e068177eab72e6caa" (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/
H A Despintcp.hdiff 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 Dtls.hdiff 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 Dinet_connection_sock.hdiff 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 Dtcp.hdiff 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 Dtcp_timer.cdiff 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 Dtcp_input.cdiff 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 Dprotocol.hdiff 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>