Home
last modified time | relevance | path

Searched refs:tx_compressed (Results 1 – 10 of 10) sorted by relevance

/external/strace/tests-m32/
Dnlattr_ifinfomsg.c116 .tx_compressed = 0xefdadfab in main()
166 PRINT_FIELD_U(", ", st, tx_compressed); in main()
174 offsetofend(struct rtnl_link_stats, tx_compressed); in main()
200 PRINT_FIELD_U(", ", st, tx_compressed); in main()
265 .tx_compressed = 0xbcdadefcdedfea in main()
292 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
300 offsetofend(struct rtnl_link_stats64, tx_compressed); in main()
326 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c116 .tx_compressed = 0xefdadfab in main()
166 PRINT_FIELD_U(", ", st, tx_compressed); in main()
174 offsetofend(struct rtnl_link_stats, tx_compressed); in main()
200 PRINT_FIELD_U(", ", st, tx_compressed); in main()
265 .tx_compressed = 0xbcdadefcdedfea in main()
292 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
300 offsetofend(struct rtnl_link_stats64, tx_compressed); in main()
326 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c116 .tx_compressed = 0xefdadfab in main()
166 PRINT_FIELD_U(", ", st, tx_compressed); in main()
174 offsetofend(struct rtnl_link_stats, tx_compressed); in main()
200 PRINT_FIELD_U(", ", st, tx_compressed); in main()
265 .tx_compressed = 0xbcdadefcdedfea in main()
292 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
300 offsetofend(struct rtnl_link_stats64, tx_compressed); in main()
326 PRINT_FIELD_U(", ", st64, tx_compressed); in main()
/external/u-boot/include/linux/
Dnetdevice.h58 unsigned long tx_compressed; member
/external/libnl/include/linux-private/linux/
Dif_link.h37 __u32 tx_compressed; member
70 __u64 tx_compressed; member
/external/strace/
Drtnl_link.c73 offsetofend(struct rtnl_link_stats, tx_compressed); in decode_rtnl_link_stats()
108 PRINT_FIELD_U(", ", st, tx_compressed); in decode_rtnl_link_stats()
449 offsetofend(struct rtnl_link_stats64, tx_compressed); in decode_rtnl_link_stats64()
484 PRINT_FIELD_U(", ", st, tx_compressed); in decode_rtnl_link_stats64()
/external/iproute2/ip/
Dipaddress.c649 if (s->tx_compressed) in print_link_stats64()
652 NULL, s->tx_compressed); in print_link_stats64()
710 s->tx_compressed ? "compressed" : "", _SL_); in print_link_stats64()
719 if (s->tx_compressed) in print_link_stats64()
720 print_num(fp, 7, s->tx_compressed); in print_link_stats64()
795 if (s->tx_compressed) in print_link_stats32()
798 NULL, s->tx_compressed); in print_link_stats32()
857 s->tx_compressed ? "compressed" : "", _SL_); in print_link_stats32()
866 if (s->tx_compressed) in print_link_stats32()
867 print_num(fp, 7, s->tx_compressed); in print_link_stats32()
/external/iproute2/include/uapi/linux/
Dif_link.h38 __u32 tx_compressed; member
73 __u64 tx_compressed; member
/external/kernel-headers/original/uapi/linux/
Dif_link.h38 __u32 tx_compressed; member
73 __u64 tx_compressed; member
/external/libnl/lib/route/
Dlink.c340 link->l_stats[RTNL_LINK_TX_COMPRESSED] = st->tx_compressed; in rtnl_link_info_parse()
383 link->l_stats[RTNL_LINK_TX_COMPRESSED] = st.tx_compressed; in rtnl_link_info_parse()
2556 __ADD(RTNL_LINK_TX_COMPRESSED, tx_compressed)