From b6ccefc36fbe81cebb7b244086b531f452d3280a Mon Sep 17 00:00:00 2001 From: kmacy Date: Mon, 21 Jul 2008 02:26:49 +0000 Subject: update syncache function names --- sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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); } -- cgit v1.1