Searched refs:RXRPC_ACK_DELAY (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/rxrpc/ |
D | protocol.h | 117 #define RXRPC_ACK_DELAY 8 /* nothing happened since received packet */ macro 133 (1 << RXRPC_ACK_DELAY) | \
|
D | misc.c | 77 [RXRPC_ACK_DELAY] = 1,
|
D | recvmsg.c | 166 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, 0, serial, false, true, in rxrpc_end_rx_phase() 219 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, 0, serial, in rxrpc_rotate_rx_window() 222 if (call->ackr_reason && call->ackr_reason != RXRPC_ACK_DELAY) in rxrpc_rotate_rx_window() 685 case RXRPC_ACK_DELAY: in rxrpc_kernel_recv_data()
|
D | input.c | 551 ack = RXRPC_ACK_DELAY; in rxrpc_input_data() 601 ack = RXRPC_ACK_DELAY; in rxrpc_input_data() 611 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, skew, serial, in rxrpc_input_data()
|
D | call_event.c | 96 case RXRPC_ACK_DELAY: in __rxrpc_propose_ACK()
|
D | sendmsg.c | 205 if (call->ackr_reason == RXRPC_ACK_DELAY) in rxrpc_queue_packet()
|
/Linux-v4.19/include/trace/events/ |
D | rxrpc.h | 442 EM(RXRPC_ACK_DELAY, "DLY") \
|