Searched refs:stats_index (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/net/aop/ |
| H A D | kpi_aop.h | 61 uint32_t flow_id, bool add, uint32_t *stats_index); 70 uint32_t stats_index, struct aop_flow_stats *flow_stats); 116 int net_aop_setup_flow(uint32_t flow_id, bool add, uint32_t *stats_index); 118 int net_aop_get_flow_stats(uint32_t stats_index, struct aop_flow_stats *flow_stats);
|
| H A D | kpi_aop.c | 385 net_aop_setup_flow(uint32_t flow_id, bool add, uint32_t *stats_index) in net_aop_setup_flow() argument 391 if (stats_index == NULL) { in net_aop_setup_flow() 414 err = fsp(fsp_ctx, flow_id, add, stats_index); in net_aop_setup_flow() 420 net_aop_get_flow_stats(uint32_t stats_index, struct aop_flow_stats *flow_stats) in net_aop_get_flow_stats() argument 449 err = fs(fs_ctx, stats_index, flow_stats); in net_aop_get_flow_stats()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp_client.c | 419 uint32_t stats_index; member 460 uint32_t stats_index; // Index associated with AOP flows member 1301 err = net_aop_get_flow_stats(flow->stats_index, &flow_stats); in necp_client_collect_aop_flow_stats() 7013 err = net_aop_get_flow_stats(flow->stats_index, &flow_stats); in necp_request_aop_tcp_netstats() 8772 length = sizeof(flow_stats_header.stats_index); in necp_client_fillout_flow_tlvs() 8776 flow_stats_header.stats_index = flow->stats_index; in necp_client_fillout_flow_tlvs() 11022 true, &flow->stats_index); in necp_aop_offload_stats_initialize() 11043 false, &flow->stats_index); in necp_aop_offload_stats_destroy() 11624 error = net_aop_get_flow_stats(flow->stats_index, &aop_flow_stats); in necp_client_copy_flow_stats()
|