Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dar-internal.h1074 static inline bool rxrpc_is_service_call(const struct rxrpc_call *call) in rxrpc_is_service_call() function
1081 return !rxrpc_is_service_call(call); in rxrpc_is_client_call()
H A Drecvmsg.c76 if (rxrpc_is_service_call(call)) in rxrpc_recvmsg_term()