Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c1261 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_stats() local
1262 if (kstats == NULL) { in necp_client_collect_stats()
1267 struct necp_tcp_stats *curr_tcpstats = (struct necp_tcp_stats *)kstats->necp_stats_ustats; in necp_client_collect_stats()
1268 struct necp_tcp_stats *prev_tcpstats = (struct necp_tcp_stats *)&kstats->necp_stats_comm; in necp_client_collect_stats()
9646 struct necp_all_kstats * __single kstats = SKMEM_OBJ_ADDR(oi); in necp_stats_ctor() local
9651 kstats->necp_stats_ustats = SKMEM_OBJ_ADDR(oim); in necp_stats_ctor()
9660 struct necp_all_kstats * __single kstats = addr; in necp_stats_dtor() local
9662 kstats->necp_stats_ustats = NULL; in necp_stats_dtor()
9861 struct necp_all_kstats * __single kstats = NULL; in necp_arena_stats_obj_alloc() local
9880 kstats = (struct necp_all_kstats*)kstats_obj; in necp_arena_stats_obj_alloc()
[all …]