Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_output.c142 SYSCTL_SKMEM_TCP_INT(OID_AUTO, tso, CTLFLAG_RW | CTLFLAG_LOCKED,
709 int tso = 0; in tcp_output() local
1315 tso = 1; in tcp_output()
1320 tso = 0; in tcp_output()
1323 tso = 0; in tcp_output()
1330 tso = 0; in tcp_output()
1354 tso = 0; in tcp_output()
1380 tso = 0; in tcp_output()
2252 if (tso) { in tcp_output()
2727 if (tso) { in tcp_output()
[all …]
/xnu-10063.141.1/bsd/skywalk/
H A Dos_sysctls_private.h123 X(int32_t, tso, 1) \