]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock
authorStanislav Fomichev <sdf@google.com>
Tue, 2 Jul 2019 16:13:58 +0000 (09:13 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 3 Jul 2019 14:52:01 +0000 (16:52 +0200)
commit0e91bd27d064972c71927b6597b63b34c970af59
tree04c74dbeedd3c9bfcc69565411a1664c0016b4c5
parente8c1a0da2ed01ac73f48980c68f29e705b50ea5d
bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock

Add more 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