Home
last modified time | relevance | path

Searched refs:tso (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A DREADME.new314 - sysctl net.inet.tcp.tso=0 (or 1 to enable it)
318 - ifconfig emX -tso
324 - ifconfig emX tso
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c413 so_strinit(struct sonode *so, struct sonode *tso) in so_strinit() argument
426 if (tso == NULL) { in so_strinit()
431 tsti = SOTOTPI(tso); in so_strinit()
440 so->so_mode = tso->so_mode & ~SM_ACCEPTOR_ID; in so_strinit()
H A Dsocktpi.c367 sotpi_init(struct sonode *so, struct sonode *tso, struct cred *cr, int flags) in sotpi_init() argument
405 ASSERT(so->so_type != SOCK_DGRAM || tso == NULL); in sotpi_init()
406 if (so->so_type == SOCK_STREAM && tso != NULL) { in sotpi_init()
407 if (SOTOTPI(tso)->sti_direct) { in sotpi_init()
530 if (error = so_strinit(so, tso)) { in sotpi_init()