summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 2fc4e86..6c55f10 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1184,7 +1184,7 @@ send:
ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6));
if (tp->t_state == TCPS_SYN_SENT)
- TCP_PROBE5(connect_request, NULL, tp, ip6, tp, th);
+ TCP_PROBE5(connect__request, NULL, tp, ip6, tp, th);
TCP_PROBE5(send, NULL, tp, ip6, tp, th);
@@ -1223,7 +1223,7 @@ send:
ip->ip_off |= htons(IP_DF);
if (tp->t_state == TCPS_SYN_SENT)
- TCP_PROBE5(connect_request, NULL, tp, ip, tp, th);
+ TCP_PROBE5(connect__request, NULL, tp, ip, tp, th);
TCP_PROBE5(send, NULL, tp, ip, tp, th);
OpenPOWER on IntegriCloud