Searched refs:number_of_tcp_connections_pacing (Results 1 – 1 of 1) sorted by relevance
230 static volatile uint32_t number_of_tcp_connections_pacing = 0; variable4299 (tcp_pacing_limit > number_of_tcp_connections_pacing)) { in tcp_can_enable_pacing()4300 atomic_fetchadd_int(&number_of_tcp_connections_pacing, 1); in tcp_can_enable_pacing()4301 shadow_num_connections = number_of_tcp_connections_pacing; in tcp_can_enable_pacing()4353 ret = atomic_fetchadd_int(&number_of_tcp_connections_pacing, -1); in tcp_decrement_paced_conn()4354 shadow_num_connections = number_of_tcp_connections_pacing; in tcp_decrement_paced_conn()