Home
last modified time | relevance | path

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

/net/rxrpc/
A Dinput.c212 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()
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()
937 if (summary->acked_serial) in rxrpc_input_soft_ack_tq()
1073 summary.acked_serial = sp->ack.acked_serial; in rxrpc_input_ack()
1127 if (summary.acked_serial) { in rxrpc_input_ack()
1131 summary.acked_serial, summary.ack_serial, in rxrpc_input_ack()
[all …]
A Dpeer_event.c367 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()
A Dio_thread.c171 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()
A Dar-internal.h222 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,
A Dinput_rack.c371 summary->acked_serial == call->tlp_serial) { in rxrpc_tlp_process_ack()

Completed in 22 milliseconds