Lines Matching refs:tod
390 struct toedev *tod = sc->sc_tod; in syncache_insert() local
392 tod->tod_syncache_added(tod, sc->sc_todctx); in syncache_insert()
423 struct toedev *tod = sc->sc_tod; in syncache_drop() local
425 tod->tod_syncache_removed(tod, sc->sc_todctx); in syncache_drop()
973 struct toedev *tod = sc->sc_tod; in syncache_socket() local
975 tod->tod_offload_socket(tod, sc->sc_todctx, so); in syncache_socket()
1252 struct toedev *tod = sc->sc_tod; in syncache_expand() local
1254 tod->tod_syncache_removed(tod, sc->sc_todctx); in syncache_expand()
1360 struct inpcb *inp, struct socket *so, struct mbuf *m, void *tod, in syncache_add() argument
1639 sc->sc_tod = tod; in syncache_add()
2000 struct toedev *tod = sc->sc_tod; in syncache_respond() local
2002 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m); in syncache_respond()
2030 struct toedev *tod = sc->sc_tod; in syncache_respond() local
2032 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m); in syncache_respond()