Searched refs:RXRPC_ACK_DELAY (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/rxrpc/ |
| D | protocol.h | 122 #define RXRPC_ACK_DELAY 8 /* nothing happened since received packet */ macro 138 (1 << RXRPC_ACK_DELAY) | \
|
| D | misc.c | 73 [RXRPC_ACK_DELAY] = 1,
|
| D | recvmsg.c | 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() 221 if (call->ackr_reason && call->ackr_reason != RXRPC_ACK_DELAY) in rxrpc_rotate_rx_window() 697 case RXRPC_ACK_DELAY: in rxrpc_kernel_recv_data()
|
| D | input.c | 571 ack = RXRPC_ACK_DELAY; in rxrpc_input_data() 588 ack = RXRPC_ACK_DELAY; in rxrpc_input_data() 612 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, in rxrpc_input_data()
|
| D | call_event.c | 89 case RXRPC_ACK_DELAY: in __rxrpc_propose_ACK()
|
| D | sendmsg.c | 201 if (call->ackr_reason == RXRPC_ACK_DELAY) in rxrpc_queue_packet()
|
| /Linux-v5.4/include/trace/events/ |
| D | rxrpc.h | 436 EM(RXRPC_ACK_DELAY, "DLY") \
|