Searched refs:rxtx_annotations (Results 1 – 7 of 7) sorted by relevance
201 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()221 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()258 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()284 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()292 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()
190 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()240 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window()243 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_tx_window()543 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()677 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack()684 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()786 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()795 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()810 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()945 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
118 call->rxtx_annotations = kcalloc(RXRPC_RXTX_BUFF_SIZE, sizeof(u8), gfp); in rxrpc_alloc_call()119 if (!call->rxtx_annotations) in rxrpc_alloc_call()582 last |= call->rxtx_annotations[i]; in rxrpc_prepare_call_for_retry()583 call->rxtx_annotations[i] &= RXRPC_TX_ANNO_LAST; in rxrpc_prepare_call_for_retry()584 call->rxtx_annotations[i] |= RXRPC_TX_ANNO_RETRANS; in rxrpc_prepare_call_for_retry()659 kfree(call->rxtx_annotations); in rxrpc_rcu_destroy_call()
200 if (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) in rxrpc_rotate_rx_window()201 serial += (call->rxtx_annotations[ix] & RXRPC_RX_ANNO_JUMBO) - 1; in rxrpc_rotate_rx_window()204 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_rx_window()355 &call->rxtx_annotations[ix], in rxrpc_recvmsg_data()
133 call->rxtx_annotations[ix] = in rxrpc_instant_resend()134 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()184 call->rxtx_annotations[ix] = annotation; in rxrpc_queue_packet()
598 u8 *rxtx_annotations; member
1433 memcpy(__entry->anno, call->rxtx_annotations, 64);