Lines Matching refs:stats
418 struct nlattr *prop[], struct nlattr *stats[]) in __fill_bc_link_stat() argument
425 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in __fill_bc_link_stat()
426 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in __fill_bc_link_stat()
427 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in __fill_bc_link_stat()
428 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in __fill_bc_link_stat()
429 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in __fill_bc_link_stat()
433 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in __fill_bc_link_stat()
434 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in __fill_bc_link_stat()
435 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in __fill_bc_link_stat()
436 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in __fill_bc_link_stat()
437 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in __fill_bc_link_stat()
440 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in __fill_bc_link_stat()
441 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in __fill_bc_link_stat()
442 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in __fill_bc_link_stat()
445 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in __fill_bc_link_stat()
446 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in __fill_bc_link_stat()
447 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in __fill_bc_link_stat()
451 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in __fill_bc_link_stat()
452 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in __fill_bc_link_stat()
453 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in __fill_bc_link_stat()
462 struct nlattr *stats[TIPC_NLA_STATS_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
469 nla_parse_nested(stats, TIPC_NLA_STATS_MAX, link[TIPC_NLA_LINK_STATS], in tipc_nl_compat_link_stat_dump()
480 __fill_bc_link_stat(msg, prop, stats); in tipc_nl_compat_link_stat_dump()
502 nla_get_u32(stats[TIPC_NLA_STATS_RX_INFO]), in tipc_nl_compat_link_stat_dump()
503 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
504 nla_get_u32(stats[TIPC_NLA_STATS_RX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
505 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
506 nla_get_u32(stats[TIPC_NLA_STATS_RX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
511 nla_get_u32(stats[TIPC_NLA_STATS_TX_INFO]), in tipc_nl_compat_link_stat_dump()
512 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTS]), in tipc_nl_compat_link_stat_dump()
513 nla_get_u32(stats[TIPC_NLA_STATS_TX_FRAGMENTED]), in tipc_nl_compat_link_stat_dump()
514 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLES]), in tipc_nl_compat_link_stat_dump()
515 nla_get_u32(stats[TIPC_NLA_STATS_TX_BUNDLED])); in tipc_nl_compat_link_stat_dump()
519 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_CNT]), in tipc_nl_compat_link_stat_dump()
520 nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_TOT]) / in tipc_nl_compat_link_stat_dump()
521 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_P0]), 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_P1]), 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()
529 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), in tipc_nl_compat_link_stat_dump()
530 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_P3]), 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()
535 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), 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()
537 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), in tipc_nl_compat_link_stat_dump()
538 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT])), in tipc_nl_compat_link_stat_dump()
539 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), in tipc_nl_compat_link_stat_dump()
540 nla_get_u32(stats[TIPC_NLA_STATS_MSG_PROF_TOT]))); in tipc_nl_compat_link_stat_dump()
544 nla_get_u32(stats[TIPC_NLA_STATS_RX_STATES]), in tipc_nl_compat_link_stat_dump()
545 nla_get_u32(stats[TIPC_NLA_STATS_RX_PROBES]), in tipc_nl_compat_link_stat_dump()
546 nla_get_u32(stats[TIPC_NLA_STATS_RX_NACKS]), in tipc_nl_compat_link_stat_dump()
547 nla_get_u32(stats[TIPC_NLA_STATS_RX_DEFERRED]), in tipc_nl_compat_link_stat_dump()
548 nla_get_u32(stats[TIPC_NLA_STATS_DUPLICATES])); in tipc_nl_compat_link_stat_dump()
552 nla_get_u32(stats[TIPC_NLA_STATS_TX_STATES]), in tipc_nl_compat_link_stat_dump()
553 nla_get_u32(stats[TIPC_NLA_STATS_TX_PROBES]), in tipc_nl_compat_link_stat_dump()
554 nla_get_u32(stats[TIPC_NLA_STATS_TX_NACKS]), in tipc_nl_compat_link_stat_dump()
555 nla_get_u32(stats[TIPC_NLA_STATS_TX_ACKS]), in tipc_nl_compat_link_stat_dump()
556 nla_get_u32(stats[TIPC_NLA_STATS_RETRANSMITTED])); in tipc_nl_compat_link_stat_dump()
560 nla_get_u32(stats[TIPC_NLA_STATS_LINK_CONGS]), in tipc_nl_compat_link_stat_dump()
561 nla_get_u32(stats[TIPC_NLA_STATS_MAX_QUEUE]), in tipc_nl_compat_link_stat_dump()
562 nla_get_u32(stats[TIPC_NLA_STATS_AVG_QUEUE])); in tipc_nl_compat_link_stat_dump()