Lines Matching full:meter
134 * @tp_vars: the private data of the current TP meter session
170 * @tp_vars: the private data of the current TP meter session
206 * @reason: reason for tp meter session stop
238 * @reason: reason for tp meter session stop
293 * Look for a tp_vars object matching dst as end_point, session as tp meter
356 * @tp_vars: the private data of the current TP meter session to be free'd
369 * @tp_vars: the private data of the current TP meter session to cleanup
399 * @tp_vars: the private data of the current TP meter session
431 * @tp_vars: the private data of the current TP meter session
432 * @reason: reason for tp meter session stop
461 * @tp_vars: the private TP meter data for this session
512 "Meter: RTO fired during test towards %pM! cwnd=%u new ss_thr=%u, resetting last_sent to %u\n", in batadv_tp_sender_timeout()
529 * @tp_vars: the private TP meter data for this session
561 * @tp_vars: the private TP meter data for this session
570 * Create and send a single TP Meter message.
700 "Meter: Fast Recovery, (cur cwnd=%u) ss_thr=%u last_sent=%u recv_ack=%u\n", in batadv_tp_recv_ack()
763 * @tp_vars: the private data of the current TP meter session
782 * @tp_vars: the private data of the current TP meter session
802 * batadv_tp_send() - main sending thread of a tp meter session
871 "Meter: %s() cannot send packets (%d)\n", in batadv_tp_send()
901 * batadv_tp_start_kthread() - start new thread which manages the tp meter
903 * @tp_vars: the private data of the current TP meter session
916 pr_err("batadv: cannot create tp meter kthread\n"); in batadv_tp_start_kthread()
924 /* cleanup of failed tp meter variables */ in batadv_tp_start_kthread()
933 * batadv_tp_start() - start a new tp meter session
959 "Meter: test to or from the same node already ongoing, aborting\n"); in batadv_tp_start()
968 "Meter: too many ongoing sessions, aborting (SEND)\n"); in batadv_tp_start()
978 "Meter: %s cannot allocate list elements\n", in batadv_tp_start()
1042 "Meter: starting throughput meter towards %pM (length=%ums)\n", in batadv_tp_start()
1058 * batadv_tp_stop() - stop currently running tp meter session
1061 * @return_value: reason for tp meter session stop
1070 "Meter: stopping test towards %pM\n", dst); in batadv_tp_stop()
1079 "Meter: trying to interrupt an already over connection\n"); in batadv_tp_stop()
1091 * @tp_vars: the private data of the current TP meter session
1102 * batadv_tp_receiver_shutdown() - stop a tp meter receiver when timeout is
1220 * @tp_vars: the private data of the current TP meter session
1297 * @tp_vars: the private data of the current TP meter session
1348 "Meter: too many ongoing sessions, aborting (RECV)\n"); in batadv_tp_init_recv()
1399 * first packet is lost, the tp meter does not work anymore! in batadv_tp_recv_msg()
1405 "Meter: seqno != BATADV_TP_FIRST_SEQ cannot initiate connection\n"); in batadv_tp_recv_msg()
1421 "Meter: dropping packet: not expected (role=%u)\n", in batadv_tp_recv_msg()
1466 * batadv_tp_meter_recv() - main TP Meter receiving function