Searched refs:rxrpc_is_service_call (Results 1 – 3 of 3) sorted by relevance
109 rxrpc_is_service_call(call) ? "Svc" : "Clt", in rxrpc_call_seq_show()
792 static inline bool rxrpc_is_service_call(const struct rxrpc_call *call) in rxrpc_is_service_call() function799 return !rxrpc_is_service_call(call); in rxrpc_is_client_call()
151 if (rxrpc_is_service_call(call)) in rxrpc_recvmsg_term()