Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_output.c140 SYSCTL_SKMEM_TCP_INT(OID_AUTO, tso, CTLFLAG_RW | CTLFLAG_LOCKED,
724 int tso = 0; in tcp_output() local
1360 tso = 1; in tcp_output()
1365 tso = 0; in tcp_output()
1368 tso = 0; in tcp_output()
1375 tso = 0; in tcp_output()
1399 tso = 0; in tcp_output()
1425 tso = 0; in tcp_output()
2324 if (tso) { in tcp_output()
2829 if (tso) { in tcp_output()
[all …]
/xnu-11215.61.5/bsd/skywalk/
H A Dos_sysctls_private.h123 X(int32_t, tso, 1) \