Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c76 u32 msg_length_profile[7]; /* used for msg. length profiling */ member
713 l->stats.msg_length_profile[0]++; in link_profile_stats()
715 l->stats.msg_length_profile[1]++; in link_profile_stats()
717 l->stats.msg_length_profile[2]++; in link_profile_stats()
719 l->stats.msg_length_profile[3]++; in link_profile_stats()
721 l->stats.msg_length_profile[4]++; in link_profile_stats()
723 l->stats.msg_length_profile[5]++; in link_profile_stats()
725 l->stats.msg_length_profile[6]++; in link_profile_stats()
1910 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
1911 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]}, in __tipc_nl_add_stats()
[all …]