Home
last modified time | relevance | path

Searched refs:__rxrpc_call_is_complete (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dcall_event.c386 if (__rxrpc_call_is_complete(call)) in rxrpc_input_call_event()
513 if (!__rxrpc_call_is_complete(call)) { in rxrpc_input_call_event()
534 if (__rxrpc_call_is_complete(call)) { in rxrpc_input_call_event()
H A Doutput.c248 if (!__rxrpc_call_is_complete(call)) { in rxrpc_send_ack_packet()
701 if (!__rxrpc_call_is_complete(call)) in rxrpc_instant_resend()
H A Dcall_object.c72 if (!__rxrpc_call_is_complete(call)) { in rxrpc_call_timer_expired()
H A Dinput.c601 if (__rxrpc_call_is_complete(call)) in rxrpc_input_data()
H A Dar-internal.h944 static inline bool __rxrpc_call_is_complete(const struct rxrpc_call *call) in __rxrpc_call_is_complete() function