diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2018-07-30 20:13:38 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2018-07-30 20:13:38 +0000 |
commit | 6138da62a975850b547c1564256172aca9398fa4 (patch) | |
tree | c35f8613deaa8f60d9c57529fdc0a79f77f5139c /sys/netinet/tcp_input.c | |
parent | 2a9ee5fcfe5a3c14733a3d7377c13b65194b5f9c (diff) | |
download | src-test2-6138da62a975850b547c1564256172aca9398fa4.tar.gz src-test2-6138da62a975850b547c1564256172aca9398fa4.zip |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 3b5002a997ef..3ff496b55850 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1145,6 +1145,7 @@ tfo_socket_result: * contains. tcp_do_segment() consumes * the mbuf chain and unlocks the inpcb. */ + TCP_PROBE5(receive, NULL, tp, m, tp, th); tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, iptos); if (ti_locked == TI_RLOCKED) |