Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_RCVD_LAST (Results 1 – 2 of 2) sorted by relevance

/net/rxrpc/
Dar-input.c197 if (test_bit(RXRPC_CALL_RCVD_LAST, &call->flags)) in rxrpc_fast_process_data()
226 set_bit(RXRPC_CALL_RCVD_LAST, &call->flags); in rxrpc_fast_process_data()
Dar-internal.h322 #define RXRPC_CALL_RCVD_LAST 2 /* all packets received */ macro