Lines Matching refs:atomic_long_read
1026 dest->tx_packets = atomic_long_read(&stats->tx_packets);
1027 dest->tx_bytes = atomic_long_read(&stats->tx_bytes);
1028 dest->tx_errors = atomic_long_read(&stats->tx_errors);
1029 dest->rx_packets = atomic_long_read(&stats->rx_packets);
1030 dest->rx_bytes = atomic_long_read(&stats->rx_bytes);
1031 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards);
1032 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets);
1033 dest->rx_errors = atomic_long_read(&stats->rx_errors);
1519 atomic_long_read(&tunnel->stats.tx_packets),
1520 atomic_long_read(&tunnel->stats.tx_bytes),
1521 atomic_long_read(&tunnel->stats.tx_errors),
1522 atomic_long_read(&tunnel->stats.rx_packets),
1523 atomic_long_read(&tunnel->stats.rx_bytes),
1524 atomic_long_read(&tunnel->stats.rx_errors));
1568 atomic_long_read(&session->stats.tx_packets),
1569 atomic_long_read(&session->stats.tx_bytes),
1570 atomic_long_read(&session->stats.tx_errors),
1571 atomic_long_read(&session->stats.rx_packets),
1572 atomic_long_read(&session->stats.rx_bytes),
1573 atomic_long_read(&session->stats.rx_errors));