Home
last modified time | relevance | path

Searched refs:tcp_free_acked_segments (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp_in.c1101 tcp_free_acked_segments(struct tcp_pcb *pcb, struct tcp_seg *seg_list, const char *dbg_list_name, function
1290 pcb->unacked = tcp_free_acked_segments(pcb, pcb->unacked, "unacked", pcb->unsent);
1297 pcb->unsent = tcp_free_acked_segments(pcb, pcb->unsent, "unsent", pcb->unacked);