HomeSort by relevance Sort by last modified time
    Searched refs:tx_packets (Results 1 - 25 of 48) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
mpls.h 51 __u64 tx_packets; member in struct:mpls_link_stats
hdlcdrv.h 46 unsigned long tx_packets; member in struct:hdlcdrv_channel_state
if_hippi.h 32 int tx_packets; member in struct:hipnet_statistics
ppp-ioctl.h 67 __aligned_u64 tx_packets; member in struct:pppol2tp_ioc_stats
if_bridge.h 134 __u64 tx_packets; member in struct:bridge_vlan_xstats
  /external/iproute2/include/uapi/linux/
mpls.h 67 __u64 tx_packets; /* total packets transmitted */ member in struct:mpls_link_stats
if_bridge.h 153 __u64 tx_packets; member in struct:bridge_vlan_xstats
  /external/kernel-headers/original/uapi/linux/
mpls.h 67 __u64 tx_packets; /* total packets transmitted */ member in struct:mpls_link_stats
hdlcdrv.h 45 unsigned long tx_packets; member in struct:hdlcdrv_channel_state
if_hippi.h 57 int tx_packets; /* total packets transmitted */ member in struct:hipnet_statistics
ppp-ioctl.h 72 __aligned_u64 tx_packets; member in struct:pppol2tp_ioc_stats
if_bridge.h 153 __u64 tx_packets; member in struct:bridge_vlan_xstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdlcdrv.h 44 unsigned long tx_packets; member in struct:hdlcdrv_channel_state
if_tr.h 59 unsigned long tx_packets; /* total packets transmitted */ member in struct:tr_statistics
if_link.h 10 __u32 tx_packets; /* total packets transmitted */ member in struct:rtnl_link_stats
43 __u64 tx_packets; /* total packets transmitted */ member in struct:rtnl_link_stats64
if_hippi.h 56 int tx_packets; /* total packets transmitted */ member in struct:hipnet_statistics
if_ppp.h 117 __aligned_u64 tx_packets; member in struct:pppol2tp_ioc_stats
  /external/strace/tests/
nlattr_ifinfomsg.c 116 .tx_packets = 0xbcdacdab,
143 PRINT_FIELD_U(", ", st, tx_packets);
177 PRINT_FIELD_U(", ", st, tx_packets);
242 .tx_packets = 0xbdabdedabdcdeabd,
269 PRINT_FIELD_U(", ", st64, tx_packets);
303 PRINT_FIELD_U(", ", st64, tx_packets);
  /external/strace/tests-m32/
nlattr_ifinfomsg.c 116 .tx_packets = 0xbcdacdab,
143 PRINT_FIELD_U(", ", st, tx_packets);
177 PRINT_FIELD_U(", ", st, tx_packets);
242 .tx_packets = 0xbdabdedabdcdeabd,
269 PRINT_FIELD_U(", ", st64, tx_packets);
303 PRINT_FIELD_U(", ", st64, tx_packets);
  /external/strace/tests-mx32/
nlattr_ifinfomsg.c 116 .tx_packets = 0xbcdacdab,
143 PRINT_FIELD_U(", ", st, tx_packets);
177 PRINT_FIELD_U(", ", st, tx_packets);
242 .tx_packets = 0xbdabdedabdcdeabd,
269 PRINT_FIELD_U(", ", st64, tx_packets);
303 PRINT_FIELD_U(", ", st64, tx_packets);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_tr.h 61 unsigned long tx_packets; /* total packets transmitted */ member in struct:tr_statistics
  /external/iproute2/ip/
tunnel.c 211 tx_bytes, tx_packets, tx_errs, tx_drops, local
217 &tx_bytes, &tx_packets, &tx_errs, &tx_drops,
227 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops);
  /device/generic/goldfish/wifi/wifi_hal/
interface.cpp 284 ifStats.ac[WIFI_AC_BE].tx_mpdu = netlinkStats64.tx_packets;
287 ifStats.ac[WIFI_AC_BE].tx_mpdu = netlinkStats.tx_packets;
  /external/libnl/include/linux-private/linux/
if_link.h 10 __u32 tx_packets; /* total packets transmitted */ member in struct:rtnl_link_stats
43 __u64 tx_packets; /* total packets transmitted */ member in struct:rtnl_link_stats64
  /frameworks/base/core/proto/android/service/
netstats.proto 141 optional int64 tx_packets = 5;

Completed in 493 milliseconds

1 2