Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Drxrpc.h707 __field(rxrpc_seq_t, seq )
791 __field(rxrpc_seq_t, seq )
816 rxrpc_seq_t first, rxrpc_seq_t prev, u8 reason, u8 n_acks),
825 __field(rxrpc_seq_t, prev )
941 __field(rxrpc_seq_t, seq )
1016 __field(rxrpc_seq_t, seq )
1018 __field(rxrpc_seq_t, top )
1049 __field(rxrpc_seq_t, seq )
1251 __field(rxrpc_seq_t, seq )
1538 rxrpc_seq_t first_soft_ack, rxrpc_seq_t call_ackr_first,
[all …]
/linux/net/rxrpc/
A Dar-internal.h248 unsigned int, unsigned int, rxrpc_seq_t, u16);
647 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
650 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
666 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
669 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
670 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
683 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */
684 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */
685 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */
698 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
[all …]
A Dinput.c27 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort()
198 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
307 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
390 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
417 rxrpc_seq_t seq0 = sp->hdr.seq, hard_ack; in rxrpc_input_data()
470 rxrpc_seq_t seq = seq0 + j; in rxrpc_input_data()
673 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack()
767 rxrpc_seq_t seq, int nr_acks, in rxrpc_input_soft_acks()
813 rxrpc_seq_t first_pkt, rxrpc_seq_t prev_pkt) in rxrpc_is_ack_valid()
815 rxrpc_seq_t base = READ_ONCE(call->ackr_first_seq); in rxrpc_is_ack_valid()
[all …]
A Drecvmsg.c121 rxrpc_seq_t seq, u32 abort_code, int error) in __rxrpc_abort_call()
130 rxrpc_seq_t seq, u32 abort_code, int error) in rxrpc_abort_call()
227 rxrpc_seq_t hard_ack, top; in rxrpc_rotate_rx_window()
285 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_verify_packet()
363 rxrpc_seq_t hard_ack, top, seq; in rxrpc_recvmsg_data()
790 rxrpc_seq_t hard_ack, top, seq; in rxrpc_kernel_get_reply_time()
A 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()
180 rxrpc_seq_t hard_ack, top; in rxrpc_send_ack_packet()
A Dsendmsg.c23 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space()
28 rxrpc_seq_t tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_check_tx_space()
68 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_waitall()
200 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_queue_packet()
A Dinsecure.c36 rxrpc_seq_t seq, u16 expected_cksum) in none_verify_packet()
A Dprotocol.h11 typedef u32 rxrpc_seq_t; /* Rx message sequence number */ typedef
A Dproc.c63 rxrpc_seq_t tx_hard_ack, rx_hard_ack; in rxrpc_call_seq_show()
A Drxkad.c443 rxrpc_seq_t seq, in rxkad_verify_packet_1()
519 rxrpc_seq_t seq, in rxkad_verify_packet_2()
617 rxrpc_seq_t seq, u16 expected_cksum) in rxkad_verify_packet()
A Dcall_event.c161 rxrpc_seq_t cursor, seq, top; in rxrpc_resend()

Completed in 26 milliseconds