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