Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Doutput.c284 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read_no_ssl()
299 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_NOGO, 0u); in lws_ssl_capable_read_no_ssl()
Dvhost.c889 vh->mt_traffic_rx = lws_metric_create(context, 0, buf); in lws_create_vhost()
1569 lws_metric_destroy(&vh->mt_traffic_rx, 0);
Dprivate-lib-core-net.h446 lws_metric_t *mt_traffic_rx; member
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c106 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_NOGO, 0); in lws_ssl_capable_read()
123 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c264 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read()
299 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_GO, (u_mt_t)n); in lws_ssl_capable_read()