Lines Matching refs:msg_length_profile
78 u32 msg_length_profile[7]; /* used for msg. length profiling */ member
790 l->stats.msg_length_profile[0]++; in link_profile_stats()
792 l->stats.msg_length_profile[1]++; in link_profile_stats()
794 l->stats.msg_length_profile[2]++; in link_profile_stats()
796 l->stats.msg_length_profile[3]++; in link_profile_stats()
798 l->stats.msg_length_profile[4]++; in link_profile_stats()
800 l->stats.msg_length_profile[5]++; in link_profile_stats()
802 l->stats.msg_length_profile[6]++; in link_profile_stats()
2629 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
2630 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]}, in __tipc_nl_add_stats()
2631 {TIPC_NLA_STATS_MSG_LEN_P2, s->msg_length_profile[2]}, in __tipc_nl_add_stats()
2632 {TIPC_NLA_STATS_MSG_LEN_P3, s->msg_length_profile[3]}, in __tipc_nl_add_stats()
2633 {TIPC_NLA_STATS_MSG_LEN_P4, s->msg_length_profile[4]}, in __tipc_nl_add_stats()
2634 {TIPC_NLA_STATS_MSG_LEN_P5, s->msg_length_profile[5]}, in __tipc_nl_add_stats()
2635 {TIPC_NLA_STATS_MSG_LEN_P6, s->msg_length_profile[6]}, in __tipc_nl_add_stats()