Searched refs:acks_head (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-output.c | 404 CIRC_SPACE(call->acks_head, call->acks_tail, call->acks_winsz), in rxrpc_wait_for_tx_window() 412 if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_wait_for_tx_window() 456 _net("queue skb %p [%d]", skb, call->acks_head); in rxrpc_queue_packet() 459 call->acks_window[call->acks_head] = (unsigned long) skb; in rxrpc_queue_packet() 461 call->acks_head = (call->acks_head + 1) & (call->acks_winsz - 1); in rxrpc_queue_packet() 551 if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_send_data() 668 else if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_send_data()
|
D | ar-ack.c | 228 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz)); in rxrpc_resend() 235 loop != call->acks_head || stop; in rxrpc_resend() 295 call->acks_tail, call->acks_unacked, call->acks_head); in rxrpc_resend_timer() 304 loop != call->acks_head; in rxrpc_resend_timer() 349 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz), in rxrpc_process_soft_ACKs() 386 loop != call->acks_head; in rxrpc_process_soft_ACKs() 429 int win = CIRC_CNT(call->acks_head, tail, call->acks_winsz); in rxrpc_rotate_tx_window() 580 while (CIRC_CNT(call->acks_head, call->acks_tail, winsz) > 0) { in rxrpc_zap_tx_window() 790 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz)); in rxrpc_process_rx_queue()
|
D | ar-call.c | 867 CIRC_CNT(call->acks_head, call->acks_tail, in rxrpc_cleanup_call() 870 while (CIRC_CNT(call->acks_head, call->acks_tail, in rxrpc_cleanup_call()
|
D | ar-internal.h | 375 u8 acks_head; /* offset into window of first entry */ member
|