summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_offload.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-07-21 21:22:56 +0000
committerkmacy <kmacy@FreeBSD.org>2008-07-21 21:22:56 +0000
commitbffea91419d3ffc52cf0823e8e18963a71431531 (patch)
treeaf21d25db65d38df530fa5bdd6c7323a9e0fc4ec /sys/netinet/tcp_offload.h
parentf3c6f1e959a07e2bcb8f0ed9f00fc8dc13cc76c2 (diff)
downloadFreeBSD-src-bffea91419d3ffc52cf0823e8e18963a71431531.zip
FreeBSD-src-bffea91419d3ffc52cf0823e8e18963a71431531.tar.gz
- Switch to INP_WLOCK macro from inp_wlock
- calling sodisconnect after tcp_twstart is both gratuitous and unsafe - remove Submitted by: rwatson
Diffstat (limited to 'sys/netinet/tcp_offload.h')
-rw-r--r--sys/netinet/tcp_offload.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_offload.h b/sys/netinet/tcp_offload.h
index ed1166e..d05ef46 100644
--- a/sys/netinet/tcp_offload.h
+++ b/sys/netinet/tcp_offload.h
@@ -335,7 +335,6 @@ tcp_offload_listen_close(struct tcpcb *tp)
#undef tp_offload
void tcp_offload_twstart(struct tcpcb *tp);
-void tcp_offload_twstart_disconnect(struct tcpcb *tp);
struct tcpcb *tcp_offload_close(struct tcpcb *tp);
struct tcpcb *tcp_offload_drop(struct tcpcb *tp, int error);
OpenPOWER on IntegriCloud