Searched refs:sc_todctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dtcp_syncache.h73 void *sc_todctx; /* TOE driver context */ member in struct:syncache
H A Dtcp_syncache.c369 tod->tod_syncache_added(tod, sc->sc_todctx);
400 tod->tod_syncache_removed(tod, sc->sc_todctx);
908 tod->tod_offload_socket(tod, sc->sc_todctx, so);
1005 tod->tod_syncache_removed(tod, sc->sc_todctx);
1278 sc->sc_todctx = todctx;
1556 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m);
1576 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m);

Completed in 111 milliseconds