Searched refs:tx_packets (Results 1 – 3 of 3) sorted by relevance
619 EXPECT(txcounters.tx_packets != NULL); in test_tcp_tx_full_window_lost()620 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost()623 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost()627 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost()628 pbuf_free(txcounters.tx_packets); in test_tcp_tx_full_window_lost()629 txcounters.tx_packets = NULL; in test_tcp_tx_full_window_lost()
267 if (txcounters->tx_packets == NULL) { in test_tcp_netif_output()268 txcounters->tx_packets = p_copy; in test_tcp_netif_output()270 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
26 struct pbuf *tx_packets; member