Searched defs:tcp_req_info (Results 1 – 4 of 4) sorted by relevance
301 struct tcp_req_info { struct303 struct comm_point* cp;307 struct sldns_buffer* spool_buffer;309 int in_worker_handle;312 int is_drop;315 int is_reply;317 int read_is_closed;319 int read_again;321 int num_open_req;323 struct tcp_req_open_item* open_req_list;[all …]
373 struct tcp_req_info* tcp_req_info; member