diff options
author | Philo Lu <lulie@linux.alibaba.com> | 2024-04-21 12:20:08 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-04-25 08:52:12 +0100 |
commit | 14b5fb2145caeb909a1cd57d9cd5e0c3cd005642 (patch) | |
tree | aa8c4baa2eae97db46536dfef4c67f067608e3b2 /net/ipv4/tcp_output.c | |
parent | d806871612712f1d08eb7ce81efd4ca81ca5bca1 (diff) | |
download | linux-14b5fb2145caeb909a1cd57d9cd5e0c3cd005642.tar.gz linux-14b5fb2145caeb909a1cd57d9cd5e0c3cd005642.tar.bz2 linux-14b5fb2145caeb909a1cd57d9cd5e0c3cd005642.zip |
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 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions