aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-07-21 02:17:27 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-07-21 02:17:27 +0000
commit83324f5cb5492f43dc96c6df6d94cbe42ff4aaca (patch)
treed4d689db46a53e44e02df8b4815b8181e27cd207 /sys/dev
parent8bd833fff8e7658f77839cd1a3a8ecf48700e3f7 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c12
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h3
2 files changed, 0 insertions, 15 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c
index edc9fea7abd5..3b58f6620629 100644
--- a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c
+++ b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c
@@ -145,15 +145,3 @@ sockbuf_sbspace(struct sockbuf *sb)
return (sbspace(sb));
}
-int
-syncache_offload_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
- struct socket **lsop, struct mbuf *m)
-{
- int rc;
-
- INP_INFO_WLOCK(&tcbinfo);
- rc = syncache_expand(inc, to, th, lsop, m);
- INP_INFO_WUNLOCK(&tcbinfo);
-
- return (rc);
-}
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h
index 3e833b0b59c6..c3a2a4dc61f4 100644
--- a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h
+++ b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h
@@ -20,9 +20,6 @@ int sockbuf_sbspace(struct sockbuf *);
struct tcphdr;
struct tcpopt;
-int syncache_offload_expand(struct in_conninfo *, struct tcpopt *,
- struct tcphdr *, struct socket **, struct mbuf *);
-
#ifndef _SYS_SOCKETVAR_H_
#include <sys/selinfo.h>
#include <sys/sx.h>