On Sun, Apr 21, 2024 at 6:20 AM Philo Lu <lulie@xxxxxxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxxxxxx> Suggested-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx> Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>