Home
last modified time | relevance | path

Searched refs:rx_drops (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/ip/
Dtunnel.c209 unsigned long rx_bytes, rx_packets, rx_errs, rx_drops, in tnl_print_stats() local
215 &rx_bytes, &rx_packets, &rx_errs, &rx_drops, in tnl_print_stats()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py375 rx_drops = int(peer_link_keys.get(IW_LINK_KEY_RX_DROPS, 0))
390 'rx_drops': rx_drops,
401 peer_info['rx_drop_rate'] = rx_drops / float(rx_packets)