]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: add icsk_retransmits to bpf_tcp_sock
authorStanislav Fomichev <sdf@google.com>
Tue, 2 Jul 2019 16:13:59 +0000 (09:13 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 3 Jul 2019 14:52:02 +0000 (16:52 +0200)
commita9fce61c678a132998a04f9211bd2faeb16194b9
tree0d43fac701ee98c80dd43eb59fa66a39095aada7
parent0e91bd27d064972c71927b6597b63b34c970af59
bpf: add icsk_retransmits to bpf_tcp_sock

Add some inet_connection_sock fields to bpf_tcp_sock that might be useful
for debugging congestion control issues.

Cc: Eric Dumazet <edumazet@google.com>
Cc: Priyaranjan Jha <priyarjha@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Cc: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/uapi/linux/bpf.h
net/core/filter.c