Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c1089 tcp_free_acked_segments(struct tcp_pcb *pcb, struct tcp_seg *seg_list, const char *dbg_list_name, function
1285 pcb->unacked = tcp_free_acked_segments(pcb, pcb->unacked, "unacked", pcb->unsent);
1292 pcb->unsent = tcp_free_acked_segments(pcb, pcb->unsent, "unsent", pcb->unacked);