From: Breno Leitao <[email protected]> Date: Wed, 16 Apr 2025 10:06:12 -0700 > Change the tcp_probe tracepoint to accept a const struct sk_buff > parameter instead of a non-const one. This improves type safety and > better reflects that the skb is not modified within the tracepoint > implementation. > > Signed-off-by: Breno Leitao <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
