/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 364 EXPECT(txcounters.tx_packets != NULL); in START_TEST() 365 if (txcounters.tx_packets != NULL) { in START_TEST() 368 ret = pbuf_copy_partial(txcounters.tx_packets, &tcphdr, 20, 20); in START_TEST() 372 pbuf_free(txcounters.tx_packets); in START_TEST() 373 txcounters.tx_packets = NULL; in START_TEST() 910 EXPECT(txcounters.tx_packets != NULL); in test_tcp_tx_full_window_lost() 911 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost() 914 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost() 918 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost() 919 pbuf_free(txcounters.tx_packets); in test_tcp_tx_full_window_lost() [all …]
|
D | tcp_helper.c | 289 if (txcounters->tx_packets == NULL) { in test_tcp_netif_output() 290 txcounters->tx_packets = p_copy; in test_tcp_netif_output() 292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
|
D | tcp_helper.h | 26 struct pbuf *tx_packets; member
|
/third_party/libbpf/include/uapi/linux/ |
D | if_link.h | 11 __u32 tx_packets; member 217 __u64 tx_packets; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
D | ctrl_iface_ap.c | 67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
D | ctrl_iface_ap.c | 93 data.rx_packets, data.tx_packets, in hostapd_get_sta_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 679 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data() 1288 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 611 data->tx_packets = val; in hostap_read_sta_data()
|
D | driver.h | 1794 unsigned long rx_packets, tx_packets; member
|
D | driver_bsd.c | 751 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 675 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data() 1281 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 615 data->tx_packets = val; in hostap_read_sta_data()
|
D | driver.h | 2162 unsigned long rx_packets, tx_packets; member
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | netlink.rs | 455 pub tx_packets: __u32, field 483 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | netlink.rs | 454 pub tx_packets: __u32, field 482 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | netlink.rs | 463 pub tx_packets: __u32, field 491 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | netlink.rs | 455 pub tx_packets: __u32, field 483 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | netlink.rs | 455 pub tx_packets: __u32, field 483 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | netlink.rs | 455 pub tx_packets: __u32, field 483 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | netlink.rs | 461 pub tx_packets: __u32, field 489 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | netlink.rs | 454 pub tx_packets: __u32, field 482 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | netlink.rs | 461 pub tx_packets: __u32, field 489 pub tx_packets: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | netlink.rs | 461 pub tx_packets: __u32, field 489 pub tx_packets: __u64, field
|