Searched refs:first_soft_ack (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/net/rxrpc/ |
| D | input.c | 852 rxrpc_seq_t first_soft_ack, hard_ack, prev_pkt; in rxrpc_input_ack() local 866 first_soft_ack = ntohl(buf.ack.firstPacket); in rxrpc_input_ack() 868 hard_ack = first_soft_ack - 1; in rxrpc_input_ack() 874 first_soft_ack, prev_pkt, in rxrpc_input_ack() 907 if (!rxrpc_is_ack_valid(call, first_soft_ack, prev_pkt)) { in rxrpc_input_ack() 909 first_soft_ack, call->ackr_first_seq, in rxrpc_input_ack() 923 if (!rxrpc_is_ack_valid(call, first_soft_ack, prev_pkt)) { in rxrpc_input_ack() 925 first_soft_ack, call->ackr_first_seq, in rxrpc_input_ack() 931 call->ackr_first_seq = first_soft_ack; in rxrpc_input_ack() 938 if (first_soft_ack == 0) { in rxrpc_input_ack() [all …]
|
| /Linux-v5.10/include/trace/events/ |
| D | rxrpc.h | 1538 rxrpc_seq_t first_soft_ack, rxrpc_seq_t call_ackr_first, 1541 TP_ARGS(debug_id, serial, first_soft_ack, call_ackr_first, 1547 __field(rxrpc_seq_t, first_soft_ack) 1556 __entry->first_soft_ack = first_soft_ack; 1565 __entry->first_soft_ack,
|