Home
last modified time | relevance | path

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

/linux-6.1.9/net/rxrpc/
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()
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()
549 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data()
692 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack()
699 call->rxtx_annotations[ix] = annotation; in rxrpc_input_check_for_lost_ack()
784 annotation = call->rxtx_annotations[ix]; in rxrpc_input_soft_acks()
793 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
808 call->rxtx_annotations[ix] = in rxrpc_input_soft_acks()
1016 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
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()
401 serial += call->rxtx_annotations[ix] & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_recvmsg_data()
411 &call->rxtx_annotations[ix], in rxrpc_recvmsg_data()
Dcall_object.c138 call->rxtx_annotations = kcalloc(RXRPC_RXTX_BUFF_SIZE, sizeof(u8), gfp); in rxrpc_alloc_call()
139 if (!call->rxtx_annotations) in rxrpc_alloc_call()
660 kfree(call->rxtx_annotations); in rxrpc_destroy_call()
Dsendmsg.c165 call->rxtx_annotations[ix] = in rxrpc_instant_resend()
166 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()
215 call->rxtx_annotations[ix] = annotation; in rxrpc_queue_packet()
Dar-internal.h629 u8 *rxtx_annotations; member
/linux-6.1.9/include/trace/events/
Drxrpc.h1246 memcpy(__entry->anno, call->rxtx_annotations, 64);