Searched refs:rxtx_annotations (Results 1 – 7 of 7) sorted by relevance
186 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()219 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window()222 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_tx_window()547 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()683 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack()690 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()775 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()784 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()799 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()980 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
189 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()209 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()246 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()257 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()
244 subpacket = call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_rotate_rx_window()252 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_rx_window()403 serial += call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_recvmsg_data()413 &call->rxtx_annotations[ix], in rxrpc_recvmsg_data()
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()626 kfree(call->rxtx_annotations); in rxrpc_destroy_call()
168 call->rxtx_annotations[ix] = in rxrpc_instant_resend()169 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()218 call->rxtx_annotations[ix] = annotation; in rxrpc_queue_packet()
619 u8 *rxtx_annotations; member
1419 memcpy(__entry->anno, call->rxtx_annotations, 64);