/external/bcc/examples/networking/vlan_learning/ |
D | vlan_learning.c | 11 u64 tx_bytes; member 31 lock_xadd(&leaf->tx_bytes, skb->len); in handle_phys2virt() 56 lock_xadd(&leaf->tx_bytes, skb->len); in handle_virt2phys()
|
D | vlan_learning.py | 85 stats_collect[key.value] = [leaf.tx_pkts, leaf.tx_bytes, 0, 0] 89 x[3] = leaf.tx_bytes
|
/external/strace/tests-m32/ |
D | nlattr_ifinfomsg.c | 97 .tx_bytes = 0xdafabadb, in main() 147 PRINT_FIELD_U(", ", st, tx_bytes); in main() 181 PRINT_FIELD_U(", ", st, tx_bytes); in main() 246 .tx_bytes = 0xdbaedbafabbeacdb, in main() 273 PRINT_FIELD_U(", ", st64, tx_bytes); in main() 307 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
|
/external/strace/tests/ |
D | nlattr_ifinfomsg.c | 97 .tx_bytes = 0xdafabadb, in main() 147 PRINT_FIELD_U(", ", st, tx_bytes); in main() 181 PRINT_FIELD_U(", ", st, tx_bytes); in main() 246 .tx_bytes = 0xdbaedbafabbeacdb, in main() 273 PRINT_FIELD_U(", ", st64, tx_bytes); in main() 307 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
|
/external/strace/tests-mx32/ |
D | nlattr_ifinfomsg.c | 97 .tx_bytes = 0xdafabadb, in main() 147 PRINT_FIELD_U(", ", st, tx_bytes); in main() 181 PRINT_FIELD_U(", ", st, tx_bytes); in main() 246 .tx_bytes = 0xdbaedbafabbeacdb, in main() 273 PRINT_FIELD_U(", ", st64, tx_bytes); in main() 307 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.py | 44 "tx_pkts": v.tx_pkts, "tx_bytes": v.tx_bytes, 50 v.tx_bytes - oldv.tx_bytes, v.rx_bytes - oldv.rx_bytes)
|
D | monitor.c | 15 u64 tx_bytes; member 134 lock_xadd(&leaf->tx_bytes, skb->len); in handle_inner()
|
/external/iproute2/ip/ |
D | tunnel.c | 211 tx_bytes, tx_packets, tx_errs, tx_drops, in tnl_print_stats() local 217 &tx_bytes, &tx_packets, &tx_errs, &tx_drops, in tnl_print_stats() 227 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops); in tnl_print_stats()
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 186 …port_no 1, queue_id 0, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 193 …port_no 1, queue_id 1, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 196 …port_no 1, queue_id 2, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 199 …port_no 1, queue_id 3, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 202 …port_no 1, queue_id 4, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 205 …port_no 1, queue_id 5, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 208 …port_no 1, queue_id 6, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 211 …port_no 1, queue_id 7, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 216 …port_no 2, queue_id 0, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… 219 …port_no 2, queue_id 1, tx_bytes 18446744073709551615, tx_packets 18446744073709551615, tx_errors 1… [all …]
|
D | of10_p3295-vv.out | 741 …port_no 42, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 742 …port_no 33, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 743 …port_no 36, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 744 …port_no 31, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 745 …port_no 48, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 746 …port_no 40, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 747 …port_no 1, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_erro… 748 …port_no 28, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 749 …port_no 20, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… 750 …port_no 10, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err… [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | accounting.c | 183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats() 185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats() 193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats() 324 bytes = data.tx_bytes; in accounting_sta_report()
|
/external/kernel-headers/original/uapi/linux/ |
D | mpls.h | 69 __u64 tx_bytes; /* total bytes transmitted */ member
|
D | ppp-ioctl.h | 73 __aligned_u64 tx_bytes; member
|
/external/iproute2/include/uapi/linux/ |
D | mpls.h | 69 __u64 tx_bytes; /* total bytes transmitted */ member
|
D | if_link.h | 13 __u32 tx_bytes; /* total bytes transmitted */ member 48 __u64 tx_bytes; /* total bytes transmitted */ member
|
D | if_bridge.h | 152 __u64 tx_bytes; member
|
/external/libnl/include/linux-private/linux/ |
D | mpls.h | 69 __u64 tx_bytes; /* total bytes transmitted */ member
|
D | if_bridge.h | 152 __u64 tx_bytes; member
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_station_info/ |
D | format | 15 field:u32 tx_bytes; offset:60; size:4; signed:0;
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_station_info/ |
D | format | 15 field:u32 tx_bytes; offset:60; size:4; signed:0;
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_station_info/ |
D | format | 15 field:u32 tx_bytes; offset:60; size:4; signed:0;
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_new_sta/ |
D | format | 16 field:u32 tx_bytes; offset:52; size:4; signed:0;
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/cfg80211_new_sta/ |
D | format | 16 field:u32 tx_bytes; offset:52; size:4; signed:0;
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/cfg80211_new_sta/ |
D | format | 16 field:u32 tx_bytes; offset:52; size:4; signed:0;
|
/external/libpcap/ |
D | pcap-dos.h | 178 DWORD tx_bytes; /* total bytes transmitted */ member
|