Searched refs:trailing_md_sent (Results 1 – 1 of 1) sorted by relevance
107 bool trailing_md_sent; member254 s->initial_md_sent = s->trailing_md_sent = s->initial_md_recvd = in init_stream()402 if (!s->trailing_md_sent) { in fail_helper_locked()404 s->trailing_md_sent = true; in fail_helper_locked()611 (s->trailing_md_sent || other->recv_trailing_md_op)) { in op_state_machine()634 if (*destfilled || s->trailing_md_sent) { in op_state_machine()647 s->trailing_md_sent = true; in op_state_machine()760 if ((s->trailing_md_sent || s->t->is_client) && s->send_message_op) { in op_state_machine()785 if (s->t->is_client || s->trailing_md_sent) { in op_state_machine()821 if (s->trailing_md_recvd && (s->trailing_md_sent || s->t->is_client) && in op_state_machine()[all …]