Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_ccdbg.c36 volatile uint32_t tcp_ccdbg_unit = TCP_CCDBG_NOUNIT; variable
49 if (tcp_ccdbg_unit != old_value) { in tcp_ccdbg_control_connect()
53 if (OSCompareAndSwap(old_value, new_value, &tcp_ccdbg_unit)) { in tcp_ccdbg_control_connect()
65 if (unit == tcp_ccdbg_unit) { in tcp_ccdbg_control_disconnect()
66 UInt32 old_value = tcp_ccdbg_unit; in tcp_ccdbg_control_disconnect()
68 if (tcp_ccdbg_unit == new_value) { in tcp_ccdbg_control_disconnect()
73 &tcp_ccdbg_unit)) { in tcp_ccdbg_control_disconnect()
89 if (tcp_cc_debug && tcp_ccdbg_unit > 0) { in tcp_ccdbg_trace()
142 ctl_enqueuedata(tcp_ccdbg_ctlref, tcp_ccdbg_unit, in tcp_ccdbg_trace()