diff options
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r-- | sys/netinet/tcp_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 0ef12aa..e3e4819 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -518,10 +518,10 @@ extern int tcp_do_sack; /* SACK enabled/disabled */ struct tcpcb * tcp_close(struct tcpcb *); +void tcp_discardcb(struct tcpcb *); void tcp_twstart(struct tcpcb *); int tcp_twrecycleable(struct tcptw *tw); -struct tcptw * - tcp_twclose(struct tcptw *_tw, int _reuse); +void tcp_twclose(struct tcptw *_tw, int _reuse); void tcp_ctlinput(int, struct sockaddr *, void *); int tcp_ctloutput(struct socket *, struct sockopt *); struct tcpcb * |