Home
last modified time | relevance | path

Searched refs:lws_metric_t (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c170 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_periodic_cb()
303 * Create a lws_metric_t, bind to a named policy if possible (or add to the
309 lws_metric_t *
315 lws_metric_t *mt; in lws_metric_create()
333 mt = (lws_metric_t *)lws_zalloc(sizeof(*mt) /* private */ + in lws_metric_create()
386 lws_metric_get_policy(lws_metric_t *mt) in lws_metric_get_policy()
418 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metric_rebind_policies()
437 lws_metric_destroy(lws_metric_t **pm
[all...]
H A Dprivate-lib-system-metrics.h77 } lws_metric_t; typedef
112 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val);
114 lws_metric_t *
118 lws_metric_destroy(lws_metric_t **mt, int keep);
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h492 lws_metric_t *mt_service; /* doing service */
497 lws_metric_t *mt_conn_tcp; /* client tcp conns */
498 lws_metric_t *mt_conn_tls; /* client tcp conns */
499 lws_metric_t *mt_conn_dns; /* client dns external lookups */
500 lws_metric_t *mth_conn_failures; /* histogram of conn failure reasons */
502 lws_metric_t *mt_http_txn; /* client http transaction */
505 lws_metric_t *mt_adns_cache; /* async dns lookup lat */
508 lws_metric_t *mth_ss_conn; /* SS connection outcomes */
511 lws_metric_t *mt_ss_cliprox_conn; /* SS cli->prox conn */
512 lws_metric_t *mt_ss_cliprox_payla
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h446 lws_metric_t *mt_traffic_rx;
447 lws_metric_t *mt_traffic_tx;

Completed in 5 milliseconds