summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-08-16 14:05:31 +0000
committerbz <bz@FreeBSD.org>2014-08-16 14:05:31 +0000
commit9d2fdc5f67499c950d1b57ae249d6e3481a76b02 (patch)
treef33f9e2f2c21870fd2128f25efa6a7c23c3fa92c /sys/netinet
parentf8953220b84d62b9c5a08e94c87f3f3d03f49fae (diff)
downloadFreeBSD-src-9d2fdc5f67499c950d1b57ae249d6e3481a76b02.zip
FreeBSD-src-9d2fdc5f67499c950d1b57ae249d6e3481a76b02.tar.gz
MFC r266620:
Remove the prototpye for the static inline function tcp_signature_verify_input(). The function is defined before first use already.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 4758409..737e88a 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -229,10 +229,6 @@ static void tcp_pulloutofband(struct socket *,
struct tcphdr *, struct mbuf *, int);
static void tcp_xmit_timer(struct tcpcb *, int);
static void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
-#ifdef TCP_SIGNATURE
-static int inline tcp_signature_verify_input(struct mbuf *, int, int,
- int, struct tcpopt *, struct tcphdr *, u_int);
-#endif
static void inline cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
uint16_t type);
static void inline cc_conn_init(struct tcpcb *tp);
OpenPOWER on IntegriCloud