Home | History | Annotate | Download | only in route

Lines Matching defs:unit

74  * @note The unit of the transmission queue length depends on the
75 * link type, a common unit is \a packets.
509 char *unit, fmt[64];
517 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_RX_BYTES], &unit);
520 fmt[9] = *unit == 'B' ? '9' : '7';
522 nl_dump_line(p, fmt, res, unit,
529 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_TX_BYTES], &unit);
532 fmt[9] = *unit == 'B' ? '9' : '7';
534 unit,