OSDN Git Service

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)
commit0357746d1e40a8226f68a42c8d7222a12d7c451f
tree04c74dbeedd3c9bfcc69565411a1664c0016b4c5
parent2377b81de52750997726d6d43b4114e5842c4bf9
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