summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-08-16 13:58:45 +0000
committerbz <bz@FreeBSD.org>2014-08-16 13:58:45 +0000
commita0d38198452e79a7d1fb0f1837a8a2562f91a102 (patch)
tree051dfd97c68c86ed790e9aab8cb2d1f513cfbd6f /sys/netinet/tcp_var.h
parent5876bf013badaaddcea6d1c75b5b24fa230315ca (diff)
downloadFreeBSD-src-a0d38198452e79a7d1fb0f1837a8a2562f91a102.zip
FreeBSD-src-a0d38198452e79a7d1fb0f1837a8a2562f91a102.tar.gz
MFC r266618:
Make tcp_twrespond() file local private; this removes it from the public KPI; it is not used anywhere else and seems it never was.
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 5935fcd..398df8b 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -695,7 +695,6 @@ void tcp_tw_destroy(void);
void tcp_tw_zone_change(void);
int tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
struct mbuf *, int);
-int tcp_twrespond(struct tcptw *, int);
void tcp_setpersist(struct tcpcb *);
#ifdef TCP_SIGNATURE
int tcp_signature_compute(struct mbuf *, int, int, int, u_char *, u_int);
OpenPOWER on IntegriCloud