Lines Matching refs:msg_length_profile
78 u32 msg_length_profile[7]; /* used for msg. length profiling */
777 l->stats.msg_length_profile[0]++;
779 l->stats.msg_length_profile[1]++;
781 l->stats.msg_length_profile[2]++;
783 l->stats.msg_length_profile[3]++;
785 l->stats.msg_length_profile[4]++;
787 l->stats.msg_length_profile[5]++;
789 l->stats.msg_length_profile[6]++;
2615 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]},
2616 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]},
2617 {TIPC_NLA_STATS_MSG_LEN_P2, s->msg_length_profile[2]},
2618 {TIPC_NLA_STATS_MSG_LEN_P3, s->msg_length_profile[3]},
2619 {TIPC_NLA_STATS_MSG_LEN_P4, s->msg_length_profile[4]},
2620 {TIPC_NLA_STATS_MSG_LEN_P5, s->msg_length_profile[5]},
2621 {TIPC_NLA_STATS_MSG_LEN_P6, s->msg_length_profile[6]},