Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-ack.c197 if (sp->need_resend) { in rxrpc_resend()
198 sp->need_resend = false; in rxrpc_resend()
219 sp->need_resend = true; in rxrpc_resend()
265 if (sp->need_resend) { in rxrpc_resend_timer()
268 sp->need_resend = true; in rxrpc_resend_timer()
317 sp->need_resend = false; in rxrpc_process_soft_ACKs()
321 sp->need_resend = true; in rxrpc_process_soft_ACKs()
347 sp->need_resend = true; in rxrpc_process_soft_ACKs()
350 } else if (sp->need_resend) { in rxrpc_process_soft_ACKs()
353 sp->need_resend = true; in rxrpc_process_soft_ACKs()
Dar-output.c489 sp->need_resend = false; in rxrpc_queue_packet()
511 sp->need_resend = true; in rxrpc_queue_packet()
Dar-internal.h89 bool need_resend; /* T if needs resending */ member