Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c143 SYSCTL_SKMEM_TCP_INT(OID_AUTO, tso, CTLFLAG_RW | CTLFLAG_LOCKED,
1031 int tso = 0; in tcp_output() local
1684 tso = 1; in tcp_output()
1689 tso = 0; in tcp_output()
1692 tso = 0; in tcp_output()
1699 tso = 0; in tcp_output()
1723 tso = 0; in tcp_output()
1749 tso = 0; in tcp_output()
2522 if (tso) { in tcp_output()
3060 if (tso) { in tcp_output()
[all …]
/xnu-12377.61.12/bsd/skywalk/
H A Dos_sysctls_private.h117 X(int32_t, tso, 1) \