]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf791e7db9320b005f544730a8e68abc279de4182
tree5f1391e678dac12bad1e1fafd30d52b7fe51a81c
parenta4627786e28696a7b203eadcb5dddb9ae59c46de
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