OSDN Git Service

tcp: clean up STATE_TRACE
authorYafang Shao <laoar.shao@gmail.com>
Wed, 14 Nov 2018 14:26:17 +0000 (22:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Nov 2018 04:28:00 +0000 (20:28 -0800)
commit213d7767af02a079e6d485daab30167d5d675a57
tree5f1391e678dac12bad1e1fafd30d52b7fe51a81c
parente119a369b0f1e2295d7a11bff9806ea47878b3ae
tcp: clean up STATE_TRACE

Currently we can use bpf or tcp tracepoint to conveniently trace the tcp
state transition at the run time.
So we don't need to do this stuff at the compile time anymore.

Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c