Searched refs:__rxrpc_propose_ACK (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-skbuff.c | 92 __rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, sp->hdr.serial, in rxrpc_hard_ACK_data()
|
D | ar-input.c | 254 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data() 262 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data()
|
D | ar-ack.c | 93 void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK() function 179 __rxrpc_propose_ACK(call, ack_reason, serial, immediate); in rxrpc_propose_ACK()
|
D | ar-internal.h | 456 void __rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool);
|