Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c184 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
211 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c362 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
392 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
/third_party/libwebsockets/lib/core-net/
Doutput.c239 lws_metric_event(wsi->a.vhost->mt_traffic_tx, (char) in lws_write()
Dvhost.c891 vh->mt_traffic_tx = lws_metric_create(context, 0, buf); in lws_create_vhost()
1570 lws_metric_destroy(&vh->mt_traffic_tx, 0);
Dprivate-lib-core-net.h447 lws_metric_t *mt_traffic_tx; member