summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-07-30 20:13:38 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-07-30 20:13:38 +0000
commit6138da62a975850b547c1564256172aca9398fa4 (patch)
treec35f8613deaa8f60d9c57529fdc0a79f77f5139c /sys/netinet/tcp_input.c
parent2a9ee5fcfe5a3c14733a3d7377c13b65194b5f9c (diff)
downloadsrc-test2-6138da62a975850b547c1564256172aca9398fa4.tar.gz
src-test2-6138da62a975850b547c1564256172aca9398fa4.zip
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c1
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)