Searched refs:rxrpc_seq_t (Results 1 – 12 of 12) sorted by relevance
| /linux/include/trace/events/ |
| A D | rxrpc.h | 787 __field(rxrpc_seq_t, seq) 879 __field(rxrpc_seq_t, seq) 901 rxrpc_seq_t first, rxrpc_seq_t prev, u8 reason, u8 n_acks), 910 __field(rxrpc_seq_t, prev) 1086 __field(rxrpc_seq_t, seq) 1162 __field(rxrpc_seq_t, seq) 1219 __field(rxrpc_seq_t, seq) 1529 __field(rxrpc_seq_t, seq) 1707 __field(rxrpc_seq_t, seq) 1837 rxrpc_seq_t first_soft_ack, rxrpc_seq_t call_ackr_first, [all …]
|
| /linux/net/rxrpc/ |
| A D | input.c | 352 rxrpc_seq_t window, rxrpc_seq_t wtop) in rxrpc_input_update_ack_window() 362 rxrpc_seq_t window, rxrpc_seq_t wtop, in rxrpc_input_queue_data() 385 rxrpc_seq_t window = call->ackr_window; in rxrpc_input_data_one() 386 rxrpc_seq_t wtop = call->ackr_wtop; in rxrpc_input_data_one() 388 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_input_data_one() 594 rxrpc_seq_t seq0 = sp->hdr.seq; in rxrpc_input_data() 731 rxrpc_seq_t seq) in rxrpc_input_check_prev_ack() 736 rxrpc_seq_t old_seq = sp->ack.first_ack; in rxrpc_input_check_prev_ack() 774 rxrpc_seq_t seq, in rxrpc_input_soft_acks() 775 rxrpc_seq_t since) in rxrpc_input_soft_acks() [all …]
|
| A D | ar-internal.h | 210 rxrpc_seq_t first_ack; /* First packet in acks table */ 211 rxrpc_seq_t prev_ack; /* Highest seq seen */ 677 rxrpc_seq_t tx_bottom; /* First packet in buffer */ 678 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */ 679 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */ 680 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ 691 rxrpc_seq_t rx_consumed; /* Highest packet consumed */ 713 rxrpc_seq_t ackr_window; /* Base of SACK window */ 714 rxrpc_seq_t ackr_wtop; /* Base of SACK window */ 735 rxrpc_seq_t acks_hard_ack; /* Latest hard-ack point */ [all …]
|
| A D | call_event.c | 73 rxrpc_seq_t transmitted = call->tx_transmitted; in rxrpc_resend() 97 rxrpc_seq_t seq; in rxrpc_resend() 238 rxrpc_seq_t window = call->acks_hard_ack, wtop = window + winsize; in rxrpc_tx_window_has_space() 239 rxrpc_seq_t tx_top = call->tx_top; in rxrpc_tx_window_has_space()
|
| A D | call_state.c | 43 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_abort_call()
|
| A D | txbuf.c | 191 rxrpc_seq_t seq; in rxrpc_put_txbuf() 212 rxrpc_seq_t hard_ack = smp_load_acquire(&call->acks_hard_ack); in rxrpc_shrink_call_tx_buffer()
|
| A D | protocol.h | 11 typedef u32 rxrpc_seq_t; /* Rx message sequence number */ typedef
|
| A 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()
|
| A 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()
|
| A D | rxkad.c | 409 rxrpc_seq_t seq, in rxkad_verify_packet_1() 472 rxrpc_seq_t seq, in rxkad_verify_packet_2() 561 rxrpc_seq_t seq = sp->hdr.seq; in rxkad_verify_packet()
|
| A D | proc.c | 55 rxrpc_seq_t acks_hard_ack; in rxrpc_call_seq_show()
|
| A D | output.c | 86 rxrpc_seq_t window, wtop; in rxrpc_fill_out_ack()
|
Completed in 23 milliseconds