Home
last modified time | relevance | path

Searched refs:rxrpc_seq_t (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/include/trace/events/
Drxrpc.h713 rxrpc_seq_t seq, int abort_code, int error),
722 __field(rxrpc_seq_t, seq )
777 __field(rxrpc_seq_t, tx_hard_ack )
778 __field(rxrpc_seq_t, tx_top )
799 TP_PROTO(unsigned int call, rxrpc_seq_t seq,
806 __field(rxrpc_seq_t, seq )
831 rxrpc_seq_t first, rxrpc_seq_t prev, u8 reason, u8 n_acks),
839 __field(rxrpc_seq_t, first )
840 __field(rxrpc_seq_t, prev )
949 TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq,
[all …]
/Linux-v5.4/net/rxrpc/
Dar-internal.h233 unsigned int, unsigned int, rxrpc_seq_t, u16);
630 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
633 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
649 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
652 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
653 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
666 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */
667 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */
668 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */
677 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
[all …]
Dinput.c27 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort()
214 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
324 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
407 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
434 rxrpc_seq_t seq0 = sp->hdr.seq, hard_ack; in rxrpc_input_data()
486 rxrpc_seq_t seq = seq0 + j; in rxrpc_input_data()
669 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack()
780 rxrpc_seq_t seq, int nr_acks, in rxrpc_input_soft_acks()
841 rxrpc_seq_t first_soft_ack, hard_ack, prev_pkt; in rxrpc_input_ack()
Dinsecure.c31 rxrpc_seq_t seq, u16 expected_cksum) in none_verify_packet()
Drecvmsg.c179 rxrpc_seq_t hard_ack, top; in rxrpc_rotate_rx_window()
237 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_verify_packet()
315 rxrpc_seq_t hard_ack, top, seq; in rxrpc_recvmsg_data()
744 rxrpc_seq_t hard_ack, top, seq; in rxrpc_kernel_get_reply_time()
Dprotocol.h11 typedef u32 rxrpc_seq_t; /* Rx message sequence number */ typedef
Doutput.c72 rxrpc_seq_t *_hard_ack, in rxrpc_fill_out_ack()
73 rxrpc_seq_t *_top, in rxrpc_fill_out_ack()
77 rxrpc_seq_t hard_ack, top, seq; in rxrpc_fill_out_ack()
137 rxrpc_seq_t hard_ack, top; in rxrpc_send_ack_packet()
Dproc.c63 rxrpc_seq_t tx_hard_ack, rx_hard_ack; in rxrpc_call_seq_show()
Dsendmsg.c55 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_nonintr()
162 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_queue_packet()
Drxkad.c353 rxrpc_seq_t seq, in rxkad_verify_packet_1()
430 rxrpc_seq_t seq, in rxkad_verify_packet_2()
529 rxrpc_seq_t seq, u16 expected_cksum) in rxkad_verify_packet()
Dcall_event.c161 rxrpc_seq_t cursor, seq, top; in rxrpc_resend()