Home
last modified time | relevance | path

Searched refs:rxrpc_propose_ACK (Results 1 – 7 of 7) sorted by relevance

/net/rxrpc/
Dcall_event.c136 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK() function
239 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_resend()
372 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, true, in rxrpc_process_call()
407 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_process_call()
Dinput.c594 rxrpc_propose_ACK(call, ack, ack_serial, in rxrpc_input_data()
598 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, in rxrpc_input_data()
860 rxrpc_propose_ACK(call, RXRPC_ACK_PING_RESPONSE, in rxrpc_input_ack()
864 rxrpc_propose_ACK(call, RXRPC_ACK_REQUESTED, in rxrpc_input_ack()
942 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_input_ack()
Drecvmsg.c144 rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, serial, false, true, in rxrpc_end_rx_phase()
162 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, false, true, in rxrpc_end_rx_phase()
218 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, in rxrpc_rotate_rx_window()
Dcall_accept.c253 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
Doutput.c230 rxrpc_propose_ACK(call, pkt->ack.reason, in rxrpc_send_ack_packet()
Daf_rxrpc.c405 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_kernel_probe_life()
Dar-internal.h758 void rxrpc_propose_ACK(struct rxrpc_call *, u8, u32, bool, bool,