Searched refs:acks_head (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/rxrpc/ |
D | ar-output.c | 407 CIRC_SPACE(call->acks_head, call->acks_tail, call->acks_winsz), in rxrpc_wait_for_tx_window() 415 if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_wait_for_tx_window() 459 _net("queue skb %p [%d]", skb, call->acks_head); in rxrpc_queue_packet() 462 call->acks_window[call->acks_head] = (unsigned long) skb; in rxrpc_queue_packet() 464 call->acks_head = (call->acks_head + 1) & (call->acks_winsz - 1); in rxrpc_queue_packet() 571 if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_send_data() 697 else if (CIRC_SPACE(call->acks_head, call->acks_tail, in rxrpc_send_data()
|
D | ar-ack.c | 179 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz)); in rxrpc_resend() 186 loop != call->acks_head || stop; in rxrpc_resend() 246 call->acks_tail, call->acks_unacked, call->acks_head); in rxrpc_resend_timer() 255 loop != call->acks_head; in rxrpc_resend_timer() 300 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz), in rxrpc_process_soft_ACKs() 337 loop != call->acks_head; in rxrpc_process_soft_ACKs() 380 int win = CIRC_CNT(call->acks_head, tail, call->acks_winsz); in rxrpc_rotate_tx_window() 531 while (CIRC_CNT(call->acks_head, call->acks_tail, winsz) > 0) { in rxrpc_zap_tx_window() 741 CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz)); in rxrpc_process_rx_queue()
|
D | ar-call.c | 670 CIRC_CNT(call->acks_head, call->acks_tail, in rxrpc_cleanup_call() 673 while (CIRC_CNT(call->acks_head, call->acks_tail, in rxrpc_cleanup_call()
|
D | ar-internal.h | 373 u8 acks_head; /* offset into window of first entry */ member
|