]> 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)
commit11876b626c2f25c4aceba816502ad6c6ec7bec9c
tree5f1391e678dac12bad1e1fafd30d52b7fe51a81c
parent264654eb008bb29ea3490e82c93d2b96748fd11f
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