Searched refs:RXRPC_CALL_TERMINAL_MSG (Results 1 – 3 of 3) sorted by relevance
59 if (test_bit(RXRPC_CALL_TERMINAL_MSG, &call->flags)) { in rxrpc_queue_rcv_skb()86 if (!test_bit(RXRPC_CALL_TERMINAL_MSG, &call->flags) && in rxrpc_queue_rcv_skb()96 set_bit(RXRPC_CALL_TERMINAL_MSG, &call->flags); in rxrpc_queue_rcv_skb()
321 #define RXRPC_CALL_TERMINAL_MSG 1 /* call has given the socket its final message */ macro
852 if (!test_bit(RXRPC_CALL_TERMINAL_MSG, &call->flags)) { in rxrpc_post_message()