OSDN Git Service

tcp: add tracepoint trace_tcp_send_reset
authorSong Liu <songliubraving@fb.com>
Mon, 23 Oct 2017 16:20:24 +0000 (09:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 00:21:25 +0000 (01:21 +0100)
commitc24b14c46bb88d844275de5c4024c8745ae89d42
tree154799c41e973a6e11af451da070719d5fab8a64
parent7344e29f285a94b965075599731811c352f3ab40
tcp: add tracepoint trace_tcp_send_reset

New tracepoint trace_tcp_send_reset is added and called from
tcp_v4_send_reset(), tcp_v6_send_reset() and tcp_send_active_reset().

Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/trace/events/tcp.h
net/core/net-traces.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv6/tcp_ipv6.c