Searched refs:num_tx_bytes (Results 1 – 3 of 3) sorted by relevance
162 …EXPECT_RET(txcounters.num_tx_bytes == sizeof(data1) + sizeof(struct tcp_hdr) + sizeof(struct ip_hd… in START_TEST()176 …EXPECT_RET(txcounters.num_tx_bytes == sizeof(data2) + sizeof(struct tcp_hdr) + sizeof(struct ip_hd… in START_TEST()191 EXPECT_RET(txcounters.num_tx_bytes == 0); in START_TEST()217 EXPECT_RET(txcounters.num_tx_bytes == 0); in START_TEST()363 EXPECT(txcounters.num_tx_bytes == 2 * (TCP_MSS + 40U)); in START_TEST()374 EXPECT(txcounters.num_tx_bytes == TCP_MSS + 40U); in START_TEST()462 EXPECT(txcounters.num_tx_bytes == 2 * (TCP_MSS + 40U)); in START_TEST()548 EXPECT(txcounters.num_tx_bytes == initial_data_len + 40U); in test_tcp_tx_full_window_lost()558 EXPECT(txcounters.num_tx_bytes == TCP_MSS + 40U); in test_tcp_tx_full_window_lost()568 EXPECT(txcounters.num_tx_bytes == 0); in test_tcp_tx_full_window_lost()[all …]
24 u32_t num_tx_bytes; member
260 txcounters->num_tx_bytes += p->tot_len; in test_tcp_netif_output()