Searched refs:tcp_send_first (Results 1 – 2 of 2) sorted by relevance
278 tp->tcp_send_first = NULL; in xfrd_tcp_pipeline_init()563 else tp->tcp_send_first=zone->tcp_send_next; in tcp_pipe_sendlist_remove()575 tp->tcp_send_first = zone->tcp_send_next; in tcp_pipe_sendlist_popfirst()576 if(tp->tcp_send_first) in tcp_pipe_sendlist_popfirst()577 tp->tcp_send_first->tcp_send_prev = NULL; in tcp_pipe_sendlist_popfirst()638 ? ( tp->handshake_done ? ( tp->tcp_send_first ? EV_WRITE : 0 ) in tcp_pipe_reset_timeout()640 : tp->tcp_send_first ? EV_WRITE : 0 ), in tcp_pipe_reset_timeout()642 ( tp->tcp_send_first ? EV_WRITE : 0 ), in tcp_pipe_reset_timeout()659 if(tp->tcp_send_first) { in xfrd_handle_tcp_pipe()661 tp->tcp_send_first->apex_str)); in xfrd_handle_tcp_pipe()[all …]
157 struct xfrd_zone* tcp_send_first, *tcp_send_last; member