diff options
| author | Philo Lu <[email protected]> | 2024-04-21 04:20:08 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-04-25 07:52:12 +0000 |
| commit | 14b5fb2145caeb909a1cd57d9cd5e0c3cd005642 (patch) | |
| tree | aa8c4baa2eae97db46536dfef4c67f067608e3b2 /net/ipv4/tcp_output.c | |
| parent | Merge branch 'selftests-net-extract-bpf-building-logic-from-the-makefile' (diff) | |
| download | kernel-14b5fb2145caeb909a1cd57d9cd5e0c3cd005642.tar.gz kernel-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 <[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
