Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 26) 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/libnl/include/linux-private/linux/
Dmpls.h67 __u64 tx_packets; /* total packets transmitted */ member
Dif_link.h11 __u32 tx_packets; /* total packets transmitted */ member
46 __u64 tx_packets; /* total packets transmitted */ member
Dif_bridge.h153 __u64 tx_packets; member
/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/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/libnl/lib/route/
Dlink.c396 link->l_stats[RTNL_LINK_TX_PACKETS] = st->tx_packets; in rtnl_link_info_parse()
446 link->l_stats[RTNL_LINK_TX_PACKETS] = st.tx_packets; in rtnl_link_info_parse()
3003 __ADD(RTNL_LINK_TX_PACKETS, tx_packets),
/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()
Ddriver_nl80211.c6401 data->tx_packets = in get_sta_handler()
/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.h2159 unsigned long rx_packets, tx_packets; member
Ddriver_bsd.c970 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
Ddriver_nl80211.c7099 data->tx_packets = in get_sta_handler()
/third_party/toybox/toys/pending/
Dip.c773 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors, in print_stats()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers.c4152 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers.c4747 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c7882 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets); in wpa_supplicant_pktcnt_poll()

12