Searched defs:waiting_tcp (Results 1 – 1 of 1) sorted by relevance
369 struct waiting_tcp { struct374 struct waiting_tcp* next_waiting; argument380 struct waiting_tcp* write_wait_prev, *write_wait_next; argument384 * this struct is key and sorted by ID (from waiting_tcp.id). */ argument401 * allocated after the waiting_tcp structure. argument403 uint8_t* pkt;405 size_t pkt_len;410 comm_point_callback_type* cb;412 void* cb_arg;414 int ssl_upstream;[all …]