summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-02-28 15:12:20 +0000
committerrwatson <rwatson@FreeBSD.org>2004-02-28 15:12:20 +0000
commit4bcda84b60cccb6af1015f167b27fdcce6738f79 (patch)
tree1f30403824ca1674b849de18ef178e22e57c3eb3 /sys/netinet/tcp_var.h
parenta1ddf430b16ba256ce8294d82b770c75d9ba8ba0 (diff)
downloadFreeBSD-src-4bcda84b60cccb6af1015f167b27fdcce6738f79.zip
FreeBSD-src-4bcda84b60cccb6af1015f167b27fdcce6738f79.tar.gz
Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These
were needed by the MAC Framework until inpcbs gained labels. Submitted by: sam
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 8fbce8d..221f48f8 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -539,7 +539,7 @@ struct inpcb *
tcp_quench(struct inpcb *, int);
void tcp_respond(struct tcpcb *, void *,
struct tcphdr *, struct mbuf *, tcp_seq, tcp_seq, int);
-int tcp_twrespond(struct tcptw *, struct socket *, struct mbuf *, int);
+int tcp_twrespond(struct tcptw *, int);
void tcp_setpersist(struct tcpcb *);
#ifdef TCP_SIGNATURE
int tcp_signature_compute(struct mbuf *, int, int, int, u_char *, u_int);
OpenPOWER on IntegriCloud