Searched refs:tcp_send_last (Results 1 – 2 of 2) sorted by relevance
279 tp->tcp_send_last = NULL; in xfrd_tcp_pipeline_init()566 else tp->tcp_send_last=zone->tcp_send_prev; in tcp_pipe_sendlist_remove()578 else tp->tcp_send_last = NULL; in tcp_pipe_sendlist_popfirst()697 zone->tcp_send_prev = tp->tcp_send_last; in pipeline_setup_new_zone()699 if(tp->tcp_send_last) in pipeline_setup_new_zone()700 tp->tcp_send_last->tcp_send_next = zone; in pipeline_setup_new_zone()702 tp->tcp_send_last = zone; in pipeline_setup_new_zone()
157 struct xfrd_zone* tcp_send_first, *tcp_send_last; member