Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/aop/
H A Dkpi_aop.c665 struct net_aop_protocol_stats proto_stats = {}; variable
687 if (buffer_space < sizeof(proto_stats)) {
691 error = net_aop_get_protocol_stats(&proto_stats);
692 out_buffer = (uint8_t *)&proto_stats;
693 out_size = sizeof(proto_stats);
713 buffer_space = sizeof(proto_stats);