Home
last modified time | relevance | path

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

/linux-4.4.14/net/rxrpc/
Dar-error.c225 set_bit(RXRPC_CALL_RCVD_ERROR, &call->events); in rxrpc_UDP_error_handler()
Dar-ack.c935 if (test_bit(RXRPC_CALL_RCVD_ERROR, &call->events)) { in rxrpc_process_call()
948 clear_bit(RXRPC_CALL_RCVD_ERROR, &call->events); in rxrpc_process_call()
Dar-internal.h333 #define RXRPC_CALL_RCVD_ERROR 3 /* network error received */ macro