Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 40) sorted by relevance

12

/third_party/lwip/test/unit/tcp/
Dtest_tcp.c364 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 …]
Dtcp_helper.c289 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()
Dtcp_helper.h26 struct pbuf *tx_packets; member
/third_party/libbpf/include/uapi/linux/
Dif_link.h11 __u32 tx_packets; member
217 __u64 tx_packets; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
Dctrl_iface_ap.c67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
Dctrl_iface_ap.c93 data.rx_packets, data.tx_packets, in hostapd_get_sta_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c679 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()
Ddriver_hostap.c611 data->tx_packets = val; in hostap_read_sta_data()
Ddriver.h1794 unsigned long rx_packets, tx_packets; member
Ddriver_bsd.c751 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/
Ddriver_atheros.c675 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()
Ddriver_hostap.c615 data->tx_packets = val; in hostap_read_sta_data()
Ddriver.h2162 unsigned long rx_packets, tx_packets; member
/third_party/rust/crates/linux-raw-sys/src/x32/
Dnetlink.rs455 pub tx_packets: __u32, field
483 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dnetlink.rs454 pub tx_packets: __u32, field
482 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dnetlink.rs463 pub tx_packets: __u32, field
491 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dnetlink.rs455 pub tx_packets: __u32, field
483 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dnetlink.rs455 pub tx_packets: __u32, field
483 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dnetlink.rs455 pub tx_packets: __u32, field
483 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dnetlink.rs461 pub tx_packets: __u32, field
489 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dnetlink.rs454 pub tx_packets: __u32, field
482 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dnetlink.rs461 pub tx_packets: __u32, field
489 pub tx_packets: __u64, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dnetlink.rs461 pub tx_packets: __u32, field
489 pub tx_packets: __u64, field

12