Home
last modified time | relevance | path

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

/linux-4.1.27/net/rxrpc/
Dar-ack.c1037 if (test_bit(RXRPC_CALL_LIFE_TIMER, &call->events)) { in rxrpc_process_call()
1051 clear_bit(RXRPC_CALL_LIFE_TIMER, &call->events); in rxrpc_process_call()
Dar-internal.h342 #define RXRPC_CALL_LIFE_TIMER 12 /* call's lifetimer ran out */ macro
Dar-call.c978 set_bit(RXRPC_CALL_LIFE_TIMER, &call->events); in rxrpc_call_life_expired()