Lines Matching refs:stats
414 struct nlattr *prop[], struct nlattr *stats[]) in __fill_bc_link_stat() argument
421 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in __fill_bc_link_stat()
422 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in __fill_bc_link_stat()
423 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in __fill_bc_link_stat()
424 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in __fill_bc_link_stat()
425 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in __fill_bc_link_stat()
429 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in __fill_bc_link_stat()
430 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in __fill_bc_link_stat()
431 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in __fill_bc_link_stat()
432 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in __fill_bc_link_stat()
433 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in __fill_bc_link_stat()
436 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in __fill_bc_link_stat()
437 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in __fill_bc_link_stat()
438 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in __fill_bc_link_stat()
441 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in __fill_bc_link_stat()
442 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in __fill_bc_link_stat()
443 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in __fill_bc_link_stat()
447 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in __fill_bc_link_stat()
448 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in __fill_bc_link_stat()
449 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in __fill_bc_link_stat()
458 struct nlattr *stats[TIPC_NLA_STATS_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
465 nla_parse_nested(stats, TIPC_NLA_STATS_MAX, link[TIPC_NLA_LINK_STATS], in tipc_nl_compat_link_stat_dump()
476 __fill_bc_link_stat(msg, prop, stats); in tipc_nl_compat_link_stat_dump()
498 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in tipc_nl_compat_link_stat_dump()
499 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
500 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
501 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
502 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
507 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in tipc_nl_compat_link_stat_dump()
508 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
509 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
510 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
511 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
515 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_CNT]), in tipc_nl_compat_link_stat_dump()
516 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_TOT]) / in tipc_nl_compat_link_stat_dump()
517 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])); in tipc_nl_compat_link_stat_dump()
521 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), in tipc_nl_compat_link_stat_dump()
522 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
523 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), in tipc_nl_compat_link_stat_dump()
524 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
525 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), in tipc_nl_compat_link_stat_dump()
526 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
527 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), in tipc_nl_compat_link_stat_dump()
528 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT]))); in tipc_nl_compat_link_stat_dump()
531 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), in tipc_nl_compat_link_stat_dump()
532 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
533 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), in tipc_nl_compat_link_stat_dump()
534 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
535 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), in tipc_nl_compat_link_stat_dump()
536 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT]))); in tipc_nl_compat_link_stat_dump()
540 nla_get_u32(stats[TIPC_NLA_STATS_RX_STATES]), in tipc_nl_compat_link_stat_dump()
541 nla_get_u32(stats[TIPC_NLA_STATS_RX_PROBES]), in tipc_nl_compat_link_stat_dump()
542 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in tipc_nl_compat_link_stat_dump()
543 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in tipc_nl_compat_link_stat_dump()
544 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in tipc_nl_compat_link_stat_dump()
548 nla_get_u32(stats[TIPC_NLA_STATS_TX_STATES]), in tipc_nl_compat_link_stat_dump()
549 nla_get_u32(stats[TIPC_NLA_STATS_TX_PROBES]), in tipc_nl_compat_link_stat_dump()
550 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in tipc_nl_compat_link_stat_dump()
551 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in tipc_nl_compat_link_stat_dump()
552 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in tipc_nl_compat_link_stat_dump()
556 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in tipc_nl_compat_link_stat_dump()
557 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in tipc_nl_compat_link_stat_dump()
558 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in tipc_nl_compat_link_stat_dump()