Searched refs:p_copy (Results 1 – 1 of 1) sorted by relevance
262 struct pbuf *p_copy = pbuf_alloc(PBUF_LINK, p->tot_len, PBUF_RAM); in test_tcp_netif_output() local264 EXPECT(p_copy != NULL); in test_tcp_netif_output()265 err = pbuf_copy(p_copy, p); 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()