Searched refs:tcp_split_unsent_seg (Results 1 – 3 of 3) sorted by relevance
474 err_t tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split);
1255 if (tcp_split_unsent_seg(pcb, (u16_t)pcb->snd_wnd) == ERR_OK) { in tcp_slowtmr()
827 tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split) in tcp_split_unsent_seg() function