Searched refs:acked_serial (Results 1 – 5 of 5) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | input.c | 212 summary->acked_serial, summary->ack_serial, in rxrpc_add_data_rtt_sample() 259 if (summary->acked_serial == tq->segment_serial[ix] && in rxrpc_rotate_tx_window() 738 rxrpc_serial_t acked_serial, in rxrpc_complete_rtt_probe() argument 758 if (orig_serial == acked_serial) { in rxrpc_complete_rtt_probe() 762 rxrpc_call_add_rtt(call, type, i, acked_serial, ack_serial, in rxrpc_complete_rtt_probe() 770 if (after(acked_serial, orig_serial)) { in rxrpc_complete_rtt_probe() 772 orig_serial, acked_serial, 0, 0, 0); in rxrpc_complete_rtt_probe() 780 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0, 0); in rxrpc_complete_rtt_probe() 862 if (summary->acked_serial == tq->segment_serial[ix]) in rxrpc_input_soft_rtt() 937 if (summary->acked_serial) in rxrpc_input_soft_ack_tq() [all …]
|
| H A D | peer_event.c | 367 void rxrpc_input_probe_for_pmtud(struct rxrpc_connection *conn, rxrpc_serial_t acked_serial, in rxrpc_input_probe_for_pmtud() argument 386 if (sendmsg_fail || after(acked_serial, conn->pmtud_probe)) { in rxrpc_input_probe_for_pmtud() 389 trace_rxrpc_pmtud_lost(conn, acked_serial); in rxrpc_input_probe_for_pmtud() 416 trace_rxrpc_pmtud_rx(conn, acked_serial); in rxrpc_input_probe_for_pmtud()
|
| H A D | io_thread.c | 171 sp->ack.acked_serial = ntohl(ack.serial); in rxrpc_extract_header() 383 after_eq(sp->ack.acked_serial, conn->pmtud_probe)) in rxrpc_input_packet_on_conn() 384 rxrpc_input_probe_for_pmtud(conn, sp->ack.acked_serial, false); in rxrpc_input_packet_on_conn()
|
| H A D | ar-internal.h | 222 rxrpc_serial_t acked_serial; /* Packet in response to (or 0) */ member 864 rxrpc_serial_t acked_serial; /* Serial number ACK'd */ member 1379 void rxrpc_input_probe_for_pmtud(struct rxrpc_connection *conn, rxrpc_serial_t acked_serial,
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 1143 __entry->ack_serial = sp->ack.acked_serial; 1927 __entry->sum.acked_serial,
|