Searched refs:first_soft_ack (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/rxrpc/ |
D | input.c | 861 rxrpc_seq_t first_soft_ack, hard_ack, prev_pkt; in rxrpc_input_ack() local 875 first_soft_ack = ntohl(buf.ack.firstPacket); in rxrpc_input_ack() 877 hard_ack = first_soft_ack - 1; in rxrpc_input_ack() 883 first_soft_ack, prev_pkt, in rxrpc_input_ack() 920 first_soft_ack == 1 && in rxrpc_input_ack() 933 first_soft_ack == 1 && in rxrpc_input_ack() 943 if (!rxrpc_is_ack_valid(call, first_soft_ack, prev_pkt)) { in rxrpc_input_ack() 945 first_soft_ack, call->acks_first_seq, in rxrpc_input_ack() 959 if (!rxrpc_is_ack_valid(call, first_soft_ack, prev_pkt)) { in rxrpc_input_ack() 961 first_soft_ack, call->acks_first_seq, in rxrpc_input_ack() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | rxrpc.h | 1365 rxrpc_seq_t first_soft_ack, rxrpc_seq_t call_ackr_first, 1368 TP_ARGS(debug_id, serial, first_soft_ack, call_ackr_first, 1374 __field(rxrpc_seq_t, first_soft_ack) 1383 __entry->first_soft_ack = first_soft_ack; 1392 __entry->first_soft_ack,
|