Home
last modified time | relevance | path

Searched refs:acked_serial (Results 1 – 6 of 6) sorted by relevance

/linux/net/rxrpc/
H A Dinput.c213 summary->acked_serial, summary->ack_serial, in rxrpc_add_data_rtt_sample()
263 if (summary->acked_serial == tq->segment_serial[ix] && in rxrpc_rotate_tx_window()
751 rxrpc_serial_t acked_serial, in rxrpc_complete_rtt_probe() argument
771 if (orig_serial == acked_serial) { in rxrpc_complete_rtt_probe()
775 rxrpc_call_add_rtt(call, type, i, acked_serial, ack_serial, in rxrpc_complete_rtt_probe()
783 if (after(acked_serial, orig_serial)) { in rxrpc_complete_rtt_probe()
785 orig_serial, acked_serial, 0, 0, 0); in rxrpc_complete_rtt_probe()
793 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0, 0); in rxrpc_complete_rtt_probe()
875 if (summary->acked_serial == tq->segment_serial[ix]) in rxrpc_input_soft_rtt()
950 if (summary->acked_serial) in rxrpc_input_soft_ack_tq()
[all …]
H A Dpeer_event.c382 void rxrpc_input_probe_for_pmtud(struct rxrpc_connection *conn, rxrpc_serial_t acked_serial, in rxrpc_input_probe_for_pmtud() argument
401 if (sendmsg_fail || after(acked_serial, conn->pmtud_probe)) { in rxrpc_input_probe_for_pmtud()
404 trace_rxrpc_pmtud_lost(conn, acked_serial); in rxrpc_input_probe_for_pmtud()
431 trace_rxrpc_pmtud_rx(conn, acked_serial); in rxrpc_input_probe_for_pmtud()
H A Dio_thread.c171 sp->ack.acked_serial = ntohl(ack.serial); in rxrpc_extract_header()
363 after_eq(sp->ack.acked_serial, conn->pmtud_probe)) in rxrpc_input_packet_on_conn()
364 rxrpc_input_probe_for_pmtud(conn, sp->ack.acked_serial, false); in rxrpc_input_packet_on_conn()
H A Dar-internal.h239 rxrpc_serial_t acked_serial; /* Packet in response to (or 0) */ member
889 rxrpc_serial_t acked_serial; /* Serial number ACK'd */ member
1406 void rxrpc_input_probe_for_pmtud(struct rxrpc_connection *conn, rxrpc_serial_t acked_serial,
H A Dinput_rack.c371 summary->acked_serial == call->tlp_serial) { in rxrpc_tlp_process_ack()
/linux/include/trace/events/
H A Drxrpc.h1150 __entry->ack_serial = sp->ack.acked_serial;
1934 __entry->sum.acked_serial,