• Home
  • Raw
  • Download

Lines Matching refs:stats

503 				struct nlattr *prop[], struct nlattr *stats[])  in __fill_bc_link_stat()  argument
510 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in __fill_bc_link_stat()
511 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in __fill_bc_link_stat()
512 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in __fill_bc_link_stat()
513 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in __fill_bc_link_stat()
514 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in __fill_bc_link_stat()
518 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in __fill_bc_link_stat()
519 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in __fill_bc_link_stat()
520 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in __fill_bc_link_stat()
521 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in __fill_bc_link_stat()
522 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in __fill_bc_link_stat()
525 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in __fill_bc_link_stat()
526 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in __fill_bc_link_stat()
527 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in __fill_bc_link_stat()
530 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in __fill_bc_link_stat()
531 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in __fill_bc_link_stat()
532 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in __fill_bc_link_stat()
536 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in __fill_bc_link_stat()
537 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in __fill_bc_link_stat()
538 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in __fill_bc_link_stat()
547 struct nlattr *stats[TIPC_NLA_STATS_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
571 err = nla_parse_nested_deprecated(stats, TIPC_NLA_STATS_MAX, in tipc_nl_compat_link_stat_dump()
594 __fill_bc_link_stat(msg, prop, stats); in tipc_nl_compat_link_stat_dump()
616 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in tipc_nl_compat_link_stat_dump()
617 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
618 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
619 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
620 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
625 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in tipc_nl_compat_link_stat_dump()
626 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
627 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
628 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
629 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
633 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_CNT]), in tipc_nl_compat_link_stat_dump()
634 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_TOT]) / in tipc_nl_compat_link_stat_dump()
635 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])); in tipc_nl_compat_link_stat_dump()
639 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), in tipc_nl_compat_link_stat_dump()
640 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
641 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), in tipc_nl_compat_link_stat_dump()
642 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
643 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), in tipc_nl_compat_link_stat_dump()
644 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
645 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), in tipc_nl_compat_link_stat_dump()
646 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT]))); in tipc_nl_compat_link_stat_dump()
649 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), in tipc_nl_compat_link_stat_dump()
650 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
651 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), in tipc_nl_compat_link_stat_dump()
652 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
653 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), in tipc_nl_compat_link_stat_dump()
654 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT]))); in tipc_nl_compat_link_stat_dump()
658 nla_get_u32(stats[TIPC_NLA_STATS_RX_STATES]), in tipc_nl_compat_link_stat_dump()
659 nla_get_u32(stats[TIPC_NLA_STATS_RX_PROBES]), in tipc_nl_compat_link_stat_dump()
660 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in tipc_nl_compat_link_stat_dump()
661 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in tipc_nl_compat_link_stat_dump()
662 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in tipc_nl_compat_link_stat_dump()
666 nla_get_u32(stats[TIPC_NLA_STATS_TX_STATES]), in tipc_nl_compat_link_stat_dump()
667 nla_get_u32(stats[TIPC_NLA_STATS_TX_PROBES]), in tipc_nl_compat_link_stat_dump()
668 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in tipc_nl_compat_link_stat_dump()
669 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in tipc_nl_compat_link_stat_dump()
670 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in tipc_nl_compat_link_stat_dump()
674 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in tipc_nl_compat_link_stat_dump()
675 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in tipc_nl_compat_link_stat_dump()
676 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in tipc_nl_compat_link_stat_dump()