summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/ulp
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-07-21 02:26:49 +0000
committerkmacy <kmacy@FreeBSD.org>2008-07-21 02:26:49 +0000
commitb6ccefc36fbe81cebb7b244086b531f452d3280a (patch)
treef84e181cbfc01d4e04f62ea126addb029506be77 /sys/dev/cxgb/ulp
parent2eb3c40f890dfe942fac03792ddeb7dbc94c3ef8 (diff)
downloadFreeBSD-src-b6ccefc36fbe81cebb7b244086b531f452d3280a.zip
FreeBSD-src-b6ccefc36fbe81cebb7b244086b531f452d3280a.tar.gz
update syncache function names
Diffstat (limited to 'sys/dev/cxgb/ulp')
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
index 5bf63fa..61222e8 100644
--- a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
+++ b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
@@ -3290,7 +3290,7 @@ syncache_add_accept_req(struct cpl_pass_accept_req *req, struct socket *lso, str
to.to_mss = mss;
to.to_wscale = wsf;
to.to_flags = (mss ? TOF_MSS : 0) | (wsf ? TOF_SCALE : 0) | (ts ? TOF_TS : 0) | (sack ? TOF_SACKPERM : 0);
- syncache_offload_add(&inc, &to, &th, inp, &lso, &cxgb_toe_usrreqs, toep);
+ tcp_offload_syncache_add(&inc, &to, &th, inp, &lso, &cxgb_toe_usrreqs, toep);
}
@@ -3633,7 +3633,7 @@ syncache_expand_establish_req(struct cpl_pass_establish *req, struct socket **so
ntohl(req->local_ip), ntohs(req->local_port),
ntohl(req->peer_ip), ntohs(req->peer_port),
mss, wsf, ts, sack);
- return syncache_offload_expand(&inc, &to, &th, so, m);
+ return tcp_offload_syncache_expand(&inc, &to, &th, so, m);
}
OpenPOWER on IntegriCloud