Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dcall_event.c195 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
215 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
252 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
278 annotation = call->rxtx_annotations[ix]; in rxrpc_resend()
286 call->rxtx_annotations[ix] = annotation; in rxrpc_resend()
Dinput.c186 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()
235 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window()
238 call->rxtx_annotations[ix] = 0; in rxrpc_rotate_tx_window()
563 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()
679 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack()
686 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()
788 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()
797 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
812 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
952 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
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()
355 serial += call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_recvmsg_data()
365 &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()
574 kfree(call->rxtx_annotations); in rxrpc_rcu_destroy_call()
Dsendmsg.c130 call->rxtx_annotations[ix] = in rxrpc_instant_resend()
131 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()
180 call->rxtx_annotations[ix] = annotation; in rxrpc_queue_packet()
Dar-internal.h619 u8 *rxtx_annotations; member
/Linux-v5.4/include/trace/events/
Drxrpc.h1430 memcpy(__entry->anno, call->rxtx_annotations, 64);