Home
last modified time | relevance | path

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

/Linux-v5.10/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()
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()
Dcall_event.c189 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()
Drecvmsg.c244 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()
Dcall_object.c118 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()
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.h619 u8 *rxtx_annotations; member
/Linux-v5.10/include/trace/events/
Drxrpc.h1419 memcpy(__entry->anno, call->rxtx_annotations, 64);