Lines Matching defs:tcp_metric_locked
60 static bool tcp_metric_locked(struct tcp_metrics_block *tm,
118 /* Paired with READ_ONCE() in tcp_metric_locked() */
362 if (tm && !tcp_metric_locked(tm, TCP_METRIC_RTT))
378 if (!tcp_metric_locked(tm, TCP_METRIC_RTT)) {
386 if (!tcp_metric_locked(tm, TCP_METRIC_RTTVAR)) {
409 !tcp_metric_locked(tm, TCP_METRIC_SSTHRESH)) {
415 if (!tcp_metric_locked(tm, TCP_METRIC_CWND)) {
425 !tcp_metric_locked(tm, TCP_METRIC_SSTHRESH))
428 if (!tcp_metric_locked(tm, TCP_METRIC_CWND)) {
436 if (!tcp_metric_locked(tm, TCP_METRIC_CWND)) {
442 !tcp_metric_locked(tm, TCP_METRIC_SSTHRESH)) {
448 if (!tcp_metric_locked(tm, TCP_METRIC_REORDERING)) {
487 if (tcp_metric_locked(tm, TCP_METRIC_CWND))