Searched refs:rxrpc_propose_ACK (Results 1 – 6 of 6) sorted by relevance
| /linux/net/rxrpc/ |
| A D | call_event.c | 136 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK() function 233 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_resend() 358 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, true, in rxrpc_process_call() 393 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_process_call()
|
| A D | input.c | 593 rxrpc_propose_ACK(call, ack, ack_serial, in rxrpc_input_data() 597 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, in rxrpc_input_data() 897 rxrpc_propose_ACK(call, RXRPC_ACK_PING_RESPONSE, in rxrpc_input_ack() 901 rxrpc_propose_ACK(call, RXRPC_ACK_REQUESTED, in rxrpc_input_ack() 984 rxrpc_propose_ACK(call, RXRPC_ACK_PING, ack_serial, in rxrpc_input_ack()
|
| A D | recvmsg.c | 192 rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, serial, false, true, in rxrpc_end_rx_phase() 210 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, false, true, in rxrpc_end_rx_phase() 266 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, in rxrpc_rotate_rx_window()
|
| A D | call_accept.c | 251 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
|
| A D | output.c | 258 rxrpc_propose_ACK(call, pkt->ack.reason, in rxrpc_send_ack_packet()
|
| A D | ar-internal.h | 776 void rxrpc_propose_ACK(struct rxrpc_call *, u8, u32, bool, bool,
|
Completed in 20 milliseconds