summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-08-16 13:53:05 +0000
committerbz <bz@FreeBSD.org>2014-08-16 13:53:05 +0000
commitdd062e6c84d4d6d0456dbbac8e0d2475935245ef (patch)
tree89300800615c78235aebea38e957790b5ad2d83e /sys/netinet
parent6f5b0b94bcc341ada89cd4674a3b07804b7cf9be (diff)
downloadFreeBSD-src-dd062e6c84d4d6d0456dbbac8e0d2475935245ef.zip
FreeBSD-src-dd062e6c84d4d6d0456dbbac8e0d2475935245ef.tar.gz
MFC r266597:
Remove the prototypes for things that are no longer file local but were moved to the header file. Was suppoed to be MFCed with: r266596 Pointy hat to: bz
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index a6105e9..4758409 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -229,9 +229,7 @@ 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 *);
-static void inline tcp_fields_to_host(struct tcphdr *);
#ifdef TCP_SIGNATURE
-static void inline tcp_fields_to_net(struct tcphdr *);
static int inline tcp_signature_verify_input(struct mbuf *, int, int,
int, struct tcpopt *, struct tcphdr *, u_int);
#endif
OpenPOWER on IntegriCloud