Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c76 u32 msg_length_counts; /* used for message length profiling */ member
775 l->stats.msg_length_counts++; in link_profile_stats()
2611 {TIPC_NLA_STATS_MSG_PROF_TOT, (s->msg_length_counts) ? in __tipc_nl_add_stats()
2612 s->msg_length_counts : 1}, in __tipc_nl_add_stats()
2613 {TIPC_NLA_STATS_MSG_LEN_CNT, s->msg_length_counts}, in __tipc_nl_add_stats()
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c76 u32 msg_length_counts; /* used for message length profiling */ member
810 l->stats.msg_length_counts++; in link_profile_stats()
2647 {TIPC_NLA_STATS_MSG_PROF_TOT, (s->msg_length_counts) ? in __tipc_nl_add_stats()
2648 s->msg_length_counts : 1}, in __tipc_nl_add_stats()
2649 {TIPC_NLA_STATS_MSG_LEN_CNT, s->msg_length_counts}, in __tipc_nl_add_stats()

Completed in 8 milliseconds