• Home
  • Raw
  • Download

Lines Matching refs:stats

287 			bcl->stats.sent_nacks++;  in bclink_send_nack()
292 bcl->stats.bearer_congs++; in bclink_send_nack()
398 bcl->stats.sent_info++; in tipc_bclink_send_msg()
400 if (bcl->out_queue_size > bcl->stats.max_queue_sz) in tipc_bclink_send_msg()
401 bcl->stats.max_queue_sz = bcl->out_queue_size; in tipc_bclink_send_msg()
402 bcl->stats.queue_sz_counts++; in tipc_bclink_send_msg()
403 bcl->stats.accu_queue_sz += bcl->out_queue_size; in tipc_bclink_send_msg()
441 bcl->stats.recv_nacks++; in tipc_bclink_recv_pkt()
472 bcl->stats.recv_info++; in tipc_bclink_recv_pkt()
477 bcl->stats.sent_acks++; in tipc_bclink_recv_pkt()
483 bcl->stats.recv_bundles++; in tipc_bclink_recv_pkt()
484 bcl->stats.recv_bundled += msg_msgcnt(msg); in tipc_bclink_recv_pkt()
488 bcl->stats.recv_fragments++; in tipc_bclink_recv_pkt()
491 bcl->stats.recv_fragmented++; in tipc_bclink_recv_pkt()
514 bcl->stats.deferred_recv++; in tipc_bclink_recv_pkt()
526 bcl->stats.duplicates++; in tipc_bclink_recv_pkt()
622 bcl->stats.bearer_congs++; in tipc_bcbearer_send()
720 bcl->stats.recv_info, in tipc_bclink_stats()
721 bcl->stats.recv_fragments, in tipc_bclink_stats()
722 bcl->stats.recv_fragmented, in tipc_bclink_stats()
723 bcl->stats.recv_bundles, in tipc_bclink_stats()
724 bcl->stats.recv_bundled); in tipc_bclink_stats()
726 bcl->stats.sent_info, in tipc_bclink_stats()
727 bcl->stats.sent_fragments, in tipc_bclink_stats()
728 bcl->stats.sent_fragmented, in tipc_bclink_stats()
729 bcl->stats.sent_bundles, in tipc_bclink_stats()
730 bcl->stats.sent_bundled); in tipc_bclink_stats()
732 bcl->stats.recv_nacks, in tipc_bclink_stats()
733 bcl->stats.deferred_recv, in tipc_bclink_stats()
734 bcl->stats.duplicates); in tipc_bclink_stats()
736 bcl->stats.sent_nacks, in tipc_bclink_stats()
737 bcl->stats.sent_acks, in tipc_bclink_stats()
738 bcl->stats.retransmitted); in tipc_bclink_stats()
740 bcl->stats.bearer_congs, in tipc_bclink_stats()
741 bcl->stats.link_congs, in tipc_bclink_stats()
742 bcl->stats.max_queue_sz, in tipc_bclink_stats()
743 bcl->stats.queue_sz_counts in tipc_bclink_stats()
744 ? (bcl->stats.accu_queue_sz / bcl->stats.queue_sz_counts) in tipc_bclink_stats()
757 memset(&bcl->stats, 0, sizeof(bcl->stats)); in tipc_bclink_reset_stats()