Searched refs:number_of_tcp_connections_pacing (Results 1 – 1 of 1) sorted by relevance
232 static volatile uint32_t number_of_tcp_connections_pacing = 0; variable4050 (tcp_pacing_limit > number_of_tcp_connections_pacing)) { in tcp_can_enable_pacing()4051 atomic_fetchadd_int(&number_of_tcp_connections_pacing, 1); in tcp_can_enable_pacing()4052 shadow_num_connections = number_of_tcp_connections_pacing; in tcp_can_enable_pacing()4104 ret = atomic_fetchadd_int(&number_of_tcp_connections_pacing, -1); in tcp_decrement_paced_conn()4105 shadow_num_connections = number_of_tcp_connections_pacing; in tcp_decrement_paced_conn()