Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 25 of 47) sorted by relevance

12

/external/bcc/examples/networking/vlan_learning/
Dvlan_learning.c11 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()
Dvlan_learning.py85 stats_collect[key.value] = [leaf.tx_pkts, leaf.tx_bytes, 0, 0]
89 x[3] = leaf.tx_bytes
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c97 .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/
Dnlattr_ifinfomsg.c97 .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/
Dnlattr_ifinfomsg.c97 .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/
Dmonitor.py44 "tx_pkts": v.tx_pkts, "tx_bytes": v.tx_bytes,
50 v.tx_bytes - oldv.tx_bytes, v.rx_bytes - oldv.rx_bytes)
Dmonitor.c15 u64 tx_bytes; member
134 lock_xadd(&leaf->tx_bytes, skb->len); in handle_inner()
/external/iproute2/ip/
Dtunnel.c211 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/
Dof10_pf5240-vv.out186 …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 …]
Dof10_p3295-vv.out741 …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/
Daccounting.c183 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/
Dmpls.h69 __u64 tx_bytes; /* total bytes transmitted */ member
Dppp-ioctl.h73 __aligned_u64 tx_bytes; member
/external/iproute2/include/uapi/linux/
Dmpls.h69 __u64 tx_bytes; /* total bytes transmitted */ member
Dif_link.h13 __u32 tx_bytes; /* total bytes transmitted */ member
48 __u64 tx_bytes; /* total bytes transmitted */ member
Dif_bridge.h152 __u64 tx_bytes; member
/external/libnl/include/linux-private/linux/
Dmpls.h69 __u64 tx_bytes; /* total bytes transmitted */ member
Dif_bridge.h152 __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/
Dformat15 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/
Dformat15 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/
Dformat15 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/
Dformat16 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/
Dformat16 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/
Dformat16 field:u32 tx_bytes; offset:52; size:4; signed:0;
/external/libpcap/
Dpcap-dos.h178 DWORD tx_bytes; /* total bytes transmitted */ member

12