Searched defs:tcp_req_info (Results 1 – 2 of 2) sorted by relevance
299 struct tcp_req_info { struct301 struct comm_point* cp;305 struct sldns_buffer* spool_buffer;307 int in_worker_handle;310 int is_drop;313 int is_reply;315 int read_is_closed;317 int read_again;319 int num_open_req;321 struct tcp_req_open_item* open_req_list;[all …]
371 struct tcp_req_info* tcp_req_info; member