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

/freebsd-10.3-release/sys/netinet/
H A Dtcp_syncache.h73 void *sc_todctx; /* TOE driver context */ member in struct:syncache
H A Dtcp_syncache.c372 tod->tod_syncache_added(tod, sc->sc_todctx);
403 tod->tod_syncache_removed(tod, sc->sc_todctx);
911 tod->tod_offload_socket(tod, sc->sc_todctx, so);
1008 tod->tod_syncache_removed(tod, sc->sc_todctx);
1377 sc->sc_todctx = todctx;
1677 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m);
1697 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m);

Completed in 79 milliseconds