Home
last modified time | relevance | path

Searched refs:rxrpc_is_client_call (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/net/rxrpc/
Dinput.c922 rxrpc_is_client_call(call)) { in rxrpc_input_ack()
936 rxrpc_is_client_call(call)) { in rxrpc_input_ack()
1019 rxrpc_is_client_call(call)) in rxrpc_input_ack()
Dcall_event.c269 if (rxrpc_is_client_call(call)) in rxrpc_resend()
Dconn_object.c218 if (rxrpc_is_client_call(call)) in rxrpc_disconnect_call()
Dsendmsg.c252 if (seq == 1 && rxrpc_is_client_call(call)) in rxrpc_queue_packet()
Doutput.c301 if (rxrpc_is_client_call(call) && in rxrpc_send_abort_packet()
Dar-internal.h813 static inline bool rxrpc_is_client_call(const struct rxrpc_call *call) in rxrpc_is_client_call() function