Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-ack.c148 set_bit(RXRPC_CALL_RESEND, &call->events); in rxrpc_set_resend()
1025 if (test_and_clear_bit(RXRPC_CALL_RESEND, &call->events)) in rxrpc_process_call()
Dar-internal.h338 #define RXRPC_CALL_RESEND 10 /* Tx resend required */ macro
Dar-input.c304 clear_bit(RXRPC_CALL_RESEND, &call->events); in rxrpc_assume_implicit_ackall()