Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-input.c206 if (test_bit(RXRPC_CALL_RCVD_LAST, &call->flags)) in rxrpc_fast_process_data()
235 set_bit(RXRPC_CALL_RCVD_LAST, &call->flags); in rxrpc_fast_process_data()
Dar-internal.h320 #define RXRPC_CALL_RCVD_LAST 2 /* all packets received */ macro