diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 97f7f3c823e9..4df4a99d0f10 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1644,7 +1644,7 @@ tcp_input(m, off0) if (thflags & TH_SYN) { tp = tcp_drop(tp, ECONNRESET); rstreason = BANDLIM_UNLIMITED; - goto dropwithreset; + goto drop; } /* diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index 97f7f3c823e9..4df4a99d0f10 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -1644,7 +1644,7 @@ tcp_input(m, off0) if (thflags & TH_SYN) { tp = tcp_drop(tp, ECONNRESET); rstreason = BANDLIM_UNLIMITED; - goto dropwithreset; + goto drop; } /*