Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.c95 volatile UInt32 tcp_ccdbg_unit = TCP_CCDBG_NOUNIT; variable
154 if (tcp_ccdbg_unit != old_value) { in tcp_ccdbg_control_connect()
158 if (OSCompareAndSwap(old_value, new_value, &tcp_ccdbg_unit)) { in tcp_ccdbg_control_connect()
170 if (unit == tcp_ccdbg_unit) { in tcp_ccdbg_control_disconnect()
171 UInt32 old_value = tcp_ccdbg_unit; in tcp_ccdbg_control_disconnect()
173 if (tcp_ccdbg_unit == new_value) { in tcp_ccdbg_control_disconnect()
178 &tcp_ccdbg_unit)) { in tcp_ccdbg_control_disconnect()
194 if (tcp_cc_debug && tcp_ccdbg_unit > 0) { in tcp_ccdbg_trace()
247 ctl_enqueuedata(tcp_ccdbg_ctlref, tcp_ccdbg_unit, in tcp_ccdbg_trace()