Lines Matching refs:stats

521 	l->stats.accu_queue_sz += skb_queue_len(&l->transmq);  in link_profile_stats()
522 l->stats.queue_sz_counts++; in link_profile_stats()
535 l->stats.msg_lengths_total += length; in link_profile_stats()
536 l->stats.msg_length_counts++; in link_profile_stats()
538 l->stats.msg_length_profile[0]++; in link_profile_stats()
540 l->stats.msg_length_profile[1]++; in link_profile_stats()
542 l->stats.msg_length_profile[2]++; in link_profile_stats()
544 l->stats.msg_length_profile[3]++; in link_profile_stats()
546 l->stats.msg_length_profile[4]++; in link_profile_stats()
548 l->stats.msg_length_profile[5]++; in link_profile_stats()
550 l->stats.msg_length_profile[6]++; in link_profile_stats()
637 link->stats.link_congs++; in link_schedule_user()
694 l->stats.recv_info = 0; in tipc_link_reset()
755 l->stats.sent_bundled++; in tipc_link_xmit()
762 l->stats.sent_bundled++; in tipc_link_xmit()
763 l->stats.sent_bundles++; in tipc_link_xmit()
853 l->stats.retransmitted++; in tipc_link_retrans()
926 l->stats.recv_bundles++; in tipc_link_input()
927 l->stats.recv_bundled += msg_msgcnt(hdr); in tipc_link_input()
933 l->stats.recv_fragments++; in tipc_link_input()
935 l->stats.recv_fragmented++; in tipc_link_input()
987 l->stats.sent_acks++; in tipc_link_build_ack_msg()
1009 u32 def_cnt = ++l->stats.deferred_recv; in tipc_link_build_nack_msg()
1052 l->stats.duplicates++; in tipc_link_rcv()
1072 l->stats.recv_info++; in tipc_link_rcv()
1141 l->stats.sent_nacks++; in tipc_link_build_proto_msg()
1145 l->stats.sent_probes++; in tipc_link_build_proto_msg()
1146 l->stats.sent_states++; in tipc_link_build_proto_msg()
1303 l->stats.recv_states++; in tipc_link_proto_rcv()
1305 l->stats.recv_probes++; in tipc_link_proto_rcv()
1324 l->stats.recv_nacks++; in tipc_link_proto_rcv()
1507 l->stats.recv_nacks++; in tipc_link_bc_nack_rcv()
1574 memset(&l_ptr->stats, 0, sizeof(l_ptr->stats)); in link_reset_statistics()
1575 l_ptr->stats.sent_info = l_ptr->snd_nxt; in link_reset_statistics()
1576 l_ptr->stats.recv_info = l_ptr->rcv_nxt; in link_reset_statistics()
1710 struct nlattr *stats; in __tipc_nl_add_stats() local
1755 stats = nla_nest_start(skb, TIPC_NLA_LINK_STATS); in __tipc_nl_add_stats()
1756 if (!stats) in __tipc_nl_add_stats()
1763 nla_nest_end(skb, stats); in __tipc_nl_add_stats()
1767 nla_nest_cancel(skb, stats); in __tipc_nl_add_stats()
1824 err = __tipc_nl_add_stats(msg->skb, &link->stats); in __tipc_nl_add_link()