Searched refs:RXRPC_CALL_RESEND_TIMER (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rxrpc/
H A Dar-output.c114 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
442 !test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events))
H A Dar-ack.c158 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
747 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
1025 if (test_and_clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events))
H A Dar-input.c303 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
H A Dar-internal.h331 #define RXRPC_CALL_RESEND_TIMER 9 /* Tx resend timer expired */ macro
H A Dar-call.c801 if (!test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rxrpc/
H A Dar-output.c114 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
442 !test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events))
H A Dar-ack.c158 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
747 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
1025 if (test_and_clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events))
H A Dar-input.c303 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events);
H A Dar-internal.h331 #define RXRPC_CALL_RESEND_TIMER 9 /* Tx resend timer expired */ macro
H A Dar-call.c801 if (!test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events))

Completed in 129 milliseconds