Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcp.c354 static size_t tcp_process_queue ( struct tcp_connection *tcp, size_t max_len, in tcp_process_queue() function
415 len = tcp_process_queue ( tcp, tcp_xmit_win ( tcp ), in tcp_xmit()
450 tcp_process_queue ( tcp, len, iobuf, 0 ); in tcp_xmit()
773 tcp_process_queue ( tcp, len, NULL, 1 ); in tcp_rx_ack()