Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_quic Struct Reference

Quic statistics. More...

#include <zephyr/net/quic.h>

Data Fields

uint32_t handshake_init_rx
 Number of handshake init packets received.
uint32_t handshake_init_tx
 Number of handshake init packets sent.
uint32_t handshake_resp_rx
 Number of handshake response packets received.
uint32_t handshake_resp_tx
 Number of handshake response packets sent.
uint32_t invalid_handshake
 Number of invalid handshake errors.
uint32_t peer_not_found
 Number of peer not found errors.
uint32_t invalid_packet
 Number of invalid packets.
uint32_t invalid_key
 Number of invalid key errors.
uint32_t invalid_packet_len
 Number of invalid packet length errors.
uint32_t decrypt_failed
 Number of decrypt failed errors.
uint32_t drop_rx
 Number of dropped RX packets.
uint32_t drop_tx
 Number of dropped TX packets.
uint32_t alloc_failed
 Number of allocation failures.
uint32_t valid_rx
 Number of valid packets received.
uint32_t valid_tx
 Number of valid packets sent.

Detailed Description

Quic statistics.

Field Documentation

◆ alloc_failed

uint32_t net_stats_quic::alloc_failed

Number of allocation failures.

◆ decrypt_failed

uint32_t net_stats_quic::decrypt_failed

Number of decrypt failed errors.

◆ drop_rx

uint32_t net_stats_quic::drop_rx

Number of dropped RX packets.

◆ drop_tx

uint32_t net_stats_quic::drop_tx

Number of dropped TX packets.

◆ handshake_init_rx

uint32_t net_stats_quic::handshake_init_rx

Number of handshake init packets received.

◆ handshake_init_tx

uint32_t net_stats_quic::handshake_init_tx

Number of handshake init packets sent.

◆ handshake_resp_rx

uint32_t net_stats_quic::handshake_resp_rx

Number of handshake response packets received.

◆ handshake_resp_tx

uint32_t net_stats_quic::handshake_resp_tx

Number of handshake response packets sent.

◆ invalid_handshake

uint32_t net_stats_quic::invalid_handshake

Number of invalid handshake errors.

◆ invalid_key

uint32_t net_stats_quic::invalid_key

Number of invalid key errors.

◆ invalid_packet

uint32_t net_stats_quic::invalid_packet

Number of invalid packets.

◆ invalid_packet_len

uint32_t net_stats_quic::invalid_packet_len

Number of invalid packet length errors.

◆ peer_not_found

uint32_t net_stats_quic::peer_not_found

Number of peer not found errors.

◆ valid_rx

uint32_t net_stats_quic::valid_rx

Number of valid packets received.

◆ valid_tx

uint32_t net_stats_quic::valid_tx

Number of valid packets sent.


The documentation for this struct was generated from the following file: