Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c104 static void tcp_remove_sacks_gt(struct tcp_pcb *pcb, u32_t seq);
1852 tcp_remove_sacks_gt(pcb, next->tcphdr->seqno);
2148 tcp_remove_sacks_gt(struct tcp_pcb *pcb, u32_t seq) function