Home
last modified time | relevance | path

Searched refs:rxrpc_is_service_call (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
Dproc.c109 rxrpc_is_service_call(call) ? "Svc" : "Clt", in rxrpc_call_seq_show()
Dar-internal.h803 static inline bool rxrpc_is_service_call(const struct rxrpc_call *call) in rxrpc_is_service_call() function
810 return !rxrpc_is_service_call(call); in rxrpc_is_client_call()
Drecvmsg.c72 if (rxrpc_is_service_call(call)) in rxrpc_recvmsg_term()
Dsendmsg.c768 } else if (rxrpc_is_service_call(call) && in rxrpc_do_sendmsg()