Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.c538 l->stats.msg_length_profile[0]++; in link_profile_stats()
540 l->stats.msg_length_profile[1]++; in link_profile_stats()
542 l->stats.msg_length_profile[2]++; in link_profile_stats()
544 l->stats.msg_length_profile[3]++; in link_profile_stats()
546 l->stats.msg_length_profile[4]++; in link_profile_stats()
548 l->stats.msg_length_profile[5]++; in link_profile_stats()
550 l->stats.msg_length_profile[6]++; in link_profile_stats()
1732 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]}, in __tipc_nl_add_stats()
1733 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]}, in __tipc_nl_add_stats()
1734 {TIPC_NLA_STATS_MSG_LEN_P2, s->msg_length_profile[2]}, in __tipc_nl_add_stats()
[all …]
Dlink.h105 u32 msg_length_profile[7]; /* used for msg. length profiling */ member