Searched refs:rxrpc_seq_t (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/include/trace/events/ |
| D | rxrpc.h | 780 u32 cid, u32 call_id, rxrpc_seq_t seq, int abort_code, int error), 789 __field(rxrpc_seq_t, seq) 845 __field(rxrpc_seq_t, acks_hard_ack) 846 __field(rxrpc_seq_t, tx_bottom) 847 __field(rxrpc_seq_t, tx_top) 848 __field(rxrpc_seq_t, tx_prepared) 874 TP_PROTO(unsigned int call, rxrpc_seq_t seq, 881 __field(rxrpc_seq_t, seq) 903 rxrpc_seq_t first, rxrpc_seq_t prev, u8 reason, u8 n_acks), 911 __field(rxrpc_seq_t, first) [all …]
|
| /Linux-v6.6/net/rxrpc/ |
| D | input.c | 12 static void rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_proto_abort() 207 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window() 289 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() 315 rxrpc_seq_t whigh = READ_ONCE(call->rx_highest_seq); in rxrpc_end_rx_phase() 339 rxrpc_seq_t window, rxrpc_seq_t wtop) in rxrpc_input_update_ack_window() 349 rxrpc_seq_t window, rxrpc_seq_t wtop, in rxrpc_input_queue_data() 372 rxrpc_seq_t window = call->ackr_window; in rxrpc_input_data_one() 373 rxrpc_seq_t wtop = call->ackr_wtop; in rxrpc_input_data_one() 374 rxrpc_seq_t wlimit = window + call->rx_winsize - 1; in rxrpc_input_data_one() 375 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_input_data_one() [all …]
|
| D | ar-internal.h | 641 rxrpc_seq_t send_abort_seq; /* DATA packet that incurred the abort (or 0) */ 660 rxrpc_seq_t tx_bottom; /* First packet in buffer */ 661 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */ 662 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */ 663 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ 673 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */ 674 rxrpc_seq_t rx_consumed; /* Highest packet consumed */ 696 rxrpc_seq_t ackr_window; /* Base of SACK window */ 697 rxrpc_seq_t ackr_wtop; /* Base of SACK window */ 716 rxrpc_seq_t acks_first_seq; /* first sequence number received */ [all …]
|
| D | txbuf.c | 87 rxrpc_seq_t seq; in rxrpc_put_txbuf() 108 rxrpc_seq_t hard_ack = smp_load_acquire(&call->acks_hard_ack); in rxrpc_shrink_call_tx_buffer()
|
| D | call_event.c | 119 rxrpc_seq_t transmitted = READ_ONCE(call->tx_transmitted); in rxrpc_resend() 147 rxrpc_seq_t seq; in rxrpc_resend() 293 rxrpc_seq_t window = call->acks_hard_ack, wtop = window + winsize; in rxrpc_tx_window_has_space() 294 rxrpc_seq_t tx_top = call->tx_top; in rxrpc_tx_window_has_space()
|
| D | call_state.c | 43 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_abort_call()
|
| D | protocol.h | 11 typedef u32 rxrpc_seq_t; /* Rx message sequence number */ typedef
|
| D | sendmsg.c | 94 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space() 131 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_waitall() 242 rxrpc_seq_t seq = txb->seq; in rxrpc_queue_packet()
|
| D | recvmsg.c | 111 rxrpc_seq_t old_consumed = call->rx_consumed, tseq; in rxrpc_rotate_rx_window() 169 rxrpc_seq_t seq = 0; in rxrpc_recvmsg_data()
|
| D | rxkad.c | 407 rxrpc_seq_t seq, in rxkad_verify_packet_1() 470 rxrpc_seq_t seq, in rxkad_verify_packet_2() 559 rxrpc_seq_t seq = sp->hdr.seq; in rxkad_verify_packet()
|
| D | proc.c | 56 rxrpc_seq_t acks_hard_ack; in rxrpc_call_seq_show()
|
| D | output.c | 88 rxrpc_seq_t window, wtop; in rxrpc_fill_out_ack()
|