Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1188 struct necp_all_stats necp_stats_comm; /* kernel private stats snapshot */ member
H A Dnecp_client.c1293 …struct necp_stat_counts *prev_tcpstats = &(((struct necp_tcp_stats *)&kstats->necp_stats_comm)->ne… in necp_client_collect_aop_flow_stats()
1394 struct necp_tcp_stats *prev_tcpstats = (struct necp_tcp_stats *)&kstats->necp_stats_comm; in necp_client_collect_nexus_flow_stats()
10675 bzero(&kstats->necp_stats_comm, sizeof(struct necp_all_stats)); in necp_arena_stats_obj_alloc()