Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/ !
H A Dtcp_output.c143 SYSCTL_SKMEM_TCP_INT(OID_AUTO, tso, CTLFLAG_RW | CTLFLAG_LOCKED,
1035 int tso = 0; in tcp_output() local
1688 tso = 1; in tcp_output()
1693 tso = 0; in tcp_output()
1696 tso = 0; in tcp_output()
1703 tso = 0; in tcp_output()
1727 tso = 0; in tcp_output()
1753 tso = 0; in tcp_output()
2526 if (tso) { in tcp_output()
3064 if (tso) { in tcp_output()
[all …]
/xnu-12377.81.4/bsd/skywalk/ !
H A Dos_sysctls_private.h117 X(int32_t, tso, 1) \