Lines Matching full:meter
135 * @tp_vars: the private data of the current TP meter session
171 * @tp_vars: the private data of the current TP meter session
207 * @reason: reason for tp meter session stop
239 * @reason: reason for tp meter session stop
294 * Look for a tp_vars object matching dst as end_point, session as tp meter
357 * @tp_vars: the private data of the current TP meter session to be free'd
370 * @tp_vars: the private data of the current TP meter session to cleanup
400 * @tp_vars: the private data of the current TP meter session
432 * @tp_vars: the private data of the current TP meter session
433 * @reason: reason for tp meter session stop
462 * @tp_vars: the private TP meter data for this session
513 "Meter: RTO fired during test towards %pM! cwnd=%u new ss_thr=%u, resetting last_sent to %u\n", in batadv_tp_sender_timeout()
530 * @tp_vars: the private TP meter data for this session
562 * @tp_vars: the private TP meter data for this session
571 * Create and send a single TP Meter message.
701 "Meter: Fast Recovery, (cur cwnd=%u) ss_thr=%u last_sent=%u recv_ack=%u\n", in batadv_tp_recv_ack()
761 * @tp_vars: the private data of the current TP meter session
780 * @tp_vars: the private data of the current TP meter session
800 * batadv_tp_send() - main sending thread of a tp meter session
869 "Meter: %s() cannot send packets (%d)\n", in batadv_tp_send()
897 * batadv_tp_start_kthread() - start new thread which manages the tp meter
899 * @tp_vars: the private data of the current TP meter session
912 pr_err("batadv: cannot create tp meter kthread\n"); in batadv_tp_start_kthread()
920 /* cleanup of failed tp meter variables */ in batadv_tp_start_kthread()
929 * batadv_tp_start() - start a new tp meter session
955 "Meter: test to or from the same node already ongoing, aborting\n"); in batadv_tp_start()
964 "Meter: too many ongoing sessions, aborting (SEND)\n"); in batadv_tp_start()
974 "Meter: %s cannot allocate list elements\n", in batadv_tp_start()
1038 "Meter: starting throughput meter towards %pM (length=%ums)\n", in batadv_tp_start()
1054 * batadv_tp_stop() - stop currently running tp meter session
1057 * @return_value: reason for tp meter session stop
1066 "Meter: stopping test towards %pM\n", dst); in batadv_tp_stop()
1075 "Meter: trying to interrupt an already over connection\n"); in batadv_tp_stop()
1087 * @tp_vars: the private data of the current TP meter session
1098 * batadv_tp_receiver_shutdown() - stop a tp meter receiver when timeout is
1214 * @tp_vars: the private data of the current TP meter session
1291 * @tp_vars: the private data of the current TP meter session
1342 "Meter: too many ongoing sessions, aborting (RECV)\n"); in batadv_tp_init_recv()
1393 * first packet is lost, the tp meter does not work anymore! in batadv_tp_recv_msg()
1399 "Meter: seqno != BATADV_TP_FIRST_SEQ cannot initiate connection\n"); in batadv_tp_recv_msg()
1415 "Meter: dropping packet: not expected (role=%u)\n", in batadv_tp_recv_msg()
1459 * batadv_tp_meter_recv() - main TP Meter receiving function