Searched refs:msg_length_profile (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dlink.c78 u32 msg_length_profile[7]; /* used for msg. length profiling */ member in struct:tipc_stats
797 l->stats.msg_length_profile[0]++;
799 l->stats.msg_length_profile[1]++;
801 l->stats.msg_length_profile[2]++;
803 l->stats.msg_length_profile[3]++;
805 l->stats.msg_length_profile[4]++;
807 l->stats.msg_length_profile[5]++;
809 l->stats.msg_length_profile[6]++;
2636 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]},
2637 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[
[all...]

Completed in 195 milliseconds