diff options
author | Philo Lu <[email protected]> | 2024-04-21 12:20:08 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-04-25 08:52:12 +0100 |
commit | 14b5fb2145caeb909a1cd57d9cd5e0c3cd005642 (patch) | |
tree | aa8c4baa2eae97db46536dfef4c67f067608e3b2 /net/ipv4/tcp_output.c | |
parent | d806871612712f1d08eb7ce81efd4ca81ca5bca1 (diff) |
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 <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions