Lines Matching refs:need_resend
289 old.need_resend, old.out_ee);
292 new.need_resend, new.out_ee);
323 /* Order this load with the test for need_resend in the caller */
365 * If we failed to deliver we set need_resend
369 new_state.need_resend = true;
453 * Try the delivery, this will set the need_resend flag
494 * If the need_resend flag got cleared in the ICP some time
500 if (!icp->state.need_resend) {
572 resend = new_state.need_resend;
573 new_state.need_resend = 0;
688 resend = new_state.need_resend;
689 new_state.need_resend = 0;
975 state.out_ee, state.need_resend);
1163 new_state.need_resend = old_state.need_resend;
1165 resend = old_state.need_resend;
1166 new_state.need_resend = 0;