Searched refs:rxrpc_seq_t (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | rxrpc.h | 716 rxrpc_seq_t seq, int abort_code, int error), 725 __field(rxrpc_seq_t, seq ) 780 __field(rxrpc_seq_t, tx_hard_ack ) 781 __field(rxrpc_seq_t, tx_top ) 802 TP_PROTO(unsigned int call, rxrpc_seq_t seq, 809 __field(rxrpc_seq_t, seq ) 834 rxrpc_seq_t first, rxrpc_seq_t prev, u8 reason, u8 n_acks), 842 __field(rxrpc_seq_t, first ) 843 __field(rxrpc_seq_t, prev ) 952 TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq, [all …]
|
/Linux-v4.19/net/rxrpc/ |
D | ar-internal.h | 231 unsigned int, unsigned int, rxrpc_seq_t, u16); 610 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but 613 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ 628 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not 631 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */ 632 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */ 645 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */ 646 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */ 647 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */ 656 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */ [all …]
|
D | input.c | 31 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort() 219 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window() 329 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() 406 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data() 434 rxrpc_seq_t seq = sp->hdr.seq, hard_ack; in rxrpc_input_data() 667 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() 778 rxrpc_seq_t seq, int nr_acks, in rxrpc_input_soft_acks() 840 rxrpc_seq_t first_soft_ack, hard_ack; in rxrpc_input_ack()
|
D | insecure.c | 35 rxrpc_seq_t seq, u16 expected_cksum) in none_verify_packet()
|
D | output.c | 61 rxrpc_seq_t *_hard_ack, in rxrpc_fill_out_ack() 62 rxrpc_seq_t *_top, in rxrpc_fill_out_ack() 66 rxrpc_seq_t hard_ack, top, seq; in rxrpc_fill_out_ack() 126 rxrpc_seq_t hard_ack, top; in rxrpc_send_ack_packet()
|
D | protocol.h | 15 typedef u32 rxrpc_seq_t; /* Rx message sequence number */ typedef
|
D | recvmsg.c | 183 rxrpc_seq_t hard_ack, top; in rxrpc_rotate_rx_window() 238 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_verify_packet() 310 rxrpc_seq_t hard_ack, top, seq; in rxrpc_recvmsg_data()
|
D | proc.c | 67 rxrpc_seq_t tx_hard_ack, rx_hard_ack; in rxrpc_call_seq_show()
|
D | sendmsg.c | 59 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_nonintr() 164 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_queue_packet()
|
D | rxkad.c | 320 rxrpc_seq_t seq, in rxkad_verify_packet_1() 406 rxrpc_seq_t seq, in rxkad_verify_packet_2() 507 rxrpc_seq_t seq, u16 expected_cksum) in rxkad_verify_packet()
|
D | call_event.c | 167 rxrpc_seq_t cursor, seq, top; in rxrpc_resend()
|