linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp: make trace of reset logic complete
@ 2024-03-11  2:41 Jason Xing
  2024-03-11  2:41 ` [PATCH net-next 1/2] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters Jason Xing
  2024-03-11  2:41 ` [PATCH net-next 2/2] trace: tcp: fully support trace_tcp_send_reset Jason Xing
  0 siblings, 2 replies; 8+ messages in thread
From: Jason Xing @ 2024-03-11  2:41 UTC (permalink / raw)
  To: edumazet, mhiramat, mathieu.desnoyers, rostedt, kuba, pabeni,
	davem
  Cc: netdev, linux-trace-kernel, kerneljasonxing, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

Before this, we miss some cases where the TCP layer could send rst but
we cannot trace it. So I decided to complete it :)

Jason Xing (2):
  trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
  trace: tcp: fully support trace_tcp_send_reset

 include/trace/events/tcp.h | 60 ++++++++++++++++++++++++++++++--------
 net/ipv4/tcp_ipv4.c        |  4 +--
 net/ipv6/tcp_ipv6.c        |  3 +-
 3 files changed, 52 insertions(+), 15 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-11  5:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11  2:41 [PATCH net-next 0/2] tcp: make trace of reset logic complete Jason Xing
2024-03-11  2:41 ` [PATCH net-next 1/2] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters Jason Xing
2024-03-11  3:23   ` Ratheesh Kannoth
2024-03-11  3:28     ` Jason Xing
2024-03-11  2:41 ` [PATCH net-next 2/2] trace: tcp: fully support trace_tcp_send_reset Jason Xing
2024-03-11  3:27   ` Ratheesh Kannoth
2024-03-11  5:00     ` Jason Xing
2024-03-11  5:09       ` Ratheesh Kannoth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).