Home
last modified time | relevance | path

Searched refs:rxtx_annotations (Results 1 – 6 of 6) sorted by relevance

/net/rxrpc/
Dinput.c186 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()
550 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()
672 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack()
679 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()
780 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()
789 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
804 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
974 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
Dcall_event.c187 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
207 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
244 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
255 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()
Drecvmsg.c196 subpacket = call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_rotate_rx_window()
204 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_rx_window()
353 serial += call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_recvmsg_data()
363 &call->rxtx_annotations[ix], in rxrpc_recvmsg_data()
Dcall_object.c114 call->rxtx_annotations = kcalloc(RXRPC_RXTX_BUFF_SIZE, sizeof(u8), gfp); in rxrpc_alloc_call()
115 if (!call->rxtx_annotations) in rxrpc_alloc_call()
583 kfree(call->rxtx_annotations); in rxrpc_destroy_call()
Dsendmsg.c168 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()
Dar-internal.h625 u8 *rxtx_annotations; member