Searched refs:__rxrpc_propose_ACK (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/rxrpc/ |
D | ar-skbuff.c | 87 __rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, sp->hdr.serial, in rxrpc_hard_ACK_data()
|
D | ar-input.c | 263 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data() 271 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data()
|
D | ar-ack.c | 44 void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK() function 131 __rxrpc_propose_ACK(call, ack_reason, serial, immediate); in rxrpc_propose_ACK()
|
D | ar-internal.h | 437 extern void __rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool);
|