Searched defs:xfrd_tcp_pipeline (Results 1 – 2 of 2) sorted by relevance
127 struct xfrd_tcp_pipeline { struct130 struct xfrd_tcp_pipeline_key key; argument132 int handler_added;134 struct event handler;137 struct xfrd_tcp* tcp_r;161 /* list of free xfrd_tcp_pipeline_id nodes, these are not in the argument163 struct xfrd_tcp_pipeline_id* pipe_id_free_list; argument192 struct xfrd_tcp_pipeline* tp, int conn); argument
126 int xfrd_tcp_pipeline; member