diff options
author | Philo Lu <lulie@linux.alibaba.com> | 2024-04-21 07:20:08 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-04-25 10:52:12 +0300 |
commit | 14b5fb2145caeb909a1cd57d9cd5e0c3cd005642 (patch) | |
tree | aa8c4baa2eae97db46536dfef4c67f067608e3b2 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d806871612712f1d08eb7ce81efd4ca81ca5bca1 (diff) | |
download | linux-14b5fb2145caeb909a1cd57d9cd5e0c3cd005642.tar.xz |
tcp: move tcp_skb_cb->sacked flags to enum
Move the flag definitions for tcp_skb_cb->sacked into a new enum named
tcp_skb_cb_sacked_flags, then we can get access to them in bpf via
vmlinux.h, e.g., in tracepoints.
This patch does not change any existing functionality.
Signed-off-by: Philo Lu <lulie@linux.alibaba.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions