Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.c183 l_ptr->stats.msg_length_profile[0]++; in link_timeout()
185 l_ptr->stats.msg_length_profile[1]++; in link_timeout()
187 l_ptr->stats.msg_length_profile[2]++; in link_timeout()
189 l_ptr->stats.msg_length_profile[3]++; in link_timeout()
191 l_ptr->stats.msg_length_profile[4]++; in link_timeout()
193 l_ptr->stats.msg_length_profile[5]++; in link_timeout()
195 l_ptr->stats.msg_length_profile[6]++; in link_timeout()
1971 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
1972 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]}, in __tipc_nl_add_stats()
1973 {TIPC_NLA_STATS_MSG_LEN_P2, s->msg_length_profile[2]}, in __tipc_nl_add_stats()
[all …]
Dlink.h98 u32 msg_length_profile[7]; /* used for msg. length profiling */ member