Searched defs:tcp_req_info (Results 1 – 2 of 2) sorted by relevance
321 struct tcp_req_info { struct323 struct comm_point* cp;327 struct sldns_buffer* spool_buffer;329 int in_worker_handle;332 int is_drop;335 int is_reply;337 int read_is_closed;339 int read_again;341 int num_open_req;343 struct tcp_req_open_item* open_req_list;[all …]
405 struct tcp_req_info* tcp_req_info; member