Searched refs:rx_drops (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/ip/ |
D | tunnel.c | 209 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/ |
D | iw_runner.py | 375 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)
|