Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 15:16:44 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292336 - head/sys/netinet/tcp_stacks
Message-ID:  <201512161516.tBGFGi8L071987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rrs
Date: Wed Dec 16 15:16:44 2015
New Revision: 292336
URL: https://svnweb.freebsd.org/changeset/base/292336

Log:
  Remove redundant extern's that make the ppc compile fail.
  Thanks Ed Maste for the heads up.

Modified:
  head/sys/netinet/tcp_stacks/fastpath.c

Modified: head/sys/netinet/tcp_stacks/fastpath.c
==============================================================================
--- head/sys/netinet/tcp_stacks/fastpath.c	Wed Dec 16 14:22:00 2015	(r292335)
+++ head/sys/netinet/tcp_stacks/fastpath.c	Wed Dec 16 15:16:44 2015	(r292336)
@@ -142,31 +142,6 @@ VNET_DECLARE(int, tcp_insecure_rst);
 VNET_DECLARE(int, tcp_insecure_syn);
 #define	V_tcp_insecure_syn	VNET(tcp_insecure_syn)
 
-
-
-
-extern void	tcp_dooptions(struct tcpopt *, u_char *, int, int);
-extern void	tcp_dropwithreset(struct mbuf *, struct tcphdr *,
-		     struct tcpcb *, int, int);
-extern void	tcp_pulloutofband(struct socket *,
-		     struct tcphdr *, struct mbuf *, int);
-extern void	tcp_xmit_timer(struct tcpcb *, int);
-extern void	tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
-extern void	tcp_mss(struct tcpcb *tp, int offer);
-extern void 	cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
-				uint16_t type);
-extern void cc_conn_init(struct tcpcb *tp);
-extern void cc_post_recovery(struct tcpcb *tp, struct tcphdr *th);
-extern void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
-extern void hhook_run_tcp_est_in(struct tcpcb *tp,
-				 struct tcphdr *th, struct tcpopt *to);
-
-extern void kmod_tcpstat_inc(int statnum);
-#ifdef TCP_SIGNATURE
-extern int tcp_signature_verify_input(struct mbuf *m, int off0, int tlen, int optlen,
-	     struct tcpopt *to, struct tcphdr *th, u_int tcpbflag);
-#endif
-
 static void	 tcp_do_segment_fastslow(struct mbuf *, struct tcphdr *,
 			struct socket *, struct tcpcb *, int, int, uint8_t,
 			int);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512161516.tBGFGi8L071987>