diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2008-07-21 02:26:49 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2008-07-21 02:26:49 +0000 |
| commit | d21cb942bc26a0acd2a5cb4eaa6eccd78c041885 (patch) | |
| tree | f84e181cbfc01d4e04f62ea126addb029506be77 /sys | |
| parent | b1f8bd6464069c42f66779b8d713e2875ab59911 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c | 4 |
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 5bf63fae80b6..61222e8f5127 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); } |
