Home
last modified time | relevance | path

Searched refs:sc_tod (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/netinet/
HDtcp_syncache.c118 #define ADDED_BY_TOE(sc) ((sc)->sc_tod != NULL)
367 struct toedev *tod = sc->sc_tod; in syncache_insert()
398 struct toedev *tod = sc->sc_tod; in syncache_drop()
905 struct toedev *tod = sc->sc_tod; in syncache_socket()
1002 struct toedev *tod = sc->sc_tod; in syncache_expand()
1276 sc->sc_tod = tod; in syncache_add()
1553 struct toedev *tod = sc->sc_tod; in syncache_respond()
1573 struct toedev *tod = sc->sc_tod; in syncache_respond()
HDtcp_syncache.h72 struct toedev *sc_tod; /* entry added by this TOE */ member