Home
last modified time | relevance | path

Searched refs:need_resend (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
Dar-ack.c246 if (sp->need_resend) { in rxrpc_resend()
247 sp->need_resend = false; in rxrpc_resend()
268 sp->need_resend = true; in rxrpc_resend()
314 if (sp->need_resend) { in rxrpc_resend_timer()
317 sp->need_resend = true; in rxrpc_resend_timer()
366 sp->need_resend = false; in rxrpc_process_soft_ACKs()
370 sp->need_resend = true; in rxrpc_process_soft_ACKs()
396 sp->need_resend = true; in rxrpc_process_soft_ACKs()
399 } else if (sp->need_resend) { in rxrpc_process_soft_ACKs()
402 sp->need_resend = true; in rxrpc_process_soft_ACKs()
Dar-output.c486 sp->need_resend = false; in rxrpc_queue_packet()
508 sp->need_resend = true; in rxrpc_queue_packet()
Dar-internal.h89 bool need_resend; /* T if needs resending */ member