Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_in.c104 static void tcp_remove_sacks_gt(struct tcp_pcb *pcb, u32_t seq);
1848 tcp_remove_sacks_gt(pcb, next->tcphdr->seqno);
2144 tcp_remove_sacks_gt(struct tcp_pcb *pcb, u32_t seq) function