Searched refs:tso (Results 1 – 3 of 3) sorted by relevance
314 - sysctl net.inet.tcp.tso=0 (or 1 to enable it)318 - ifconfig emX -tso324 - ifconfig emX tso
413 so_strinit(struct sonode *so, struct sonode *tso) in so_strinit() argument426 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()
367 sotpi_init(struct sonode *so, struct sonode *tso, struct cred *cr, int flags) in sotpi_init() argument405 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()