Lines Matching refs:kstats
1289 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_aop_flow_stats() local
1290 if (kstats == NULL) { in necp_client_collect_aop_flow_stats()
1294 …struct necp_stat_counts *prev_tcpstats = &(((struct necp_tcp_stats *)&kstats->necp_stats_comm)->ne… in necp_client_collect_aop_flow_stats()
1388 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_nexus_flow_stats() local
1389 if (kstats == NULL) { in necp_client_collect_nexus_flow_stats()
1394 struct necp_tcp_stats *curr_tcpstats = (struct necp_tcp_stats *)kstats->necp_stats_ustats; in necp_client_collect_nexus_flow_stats()
1395 struct necp_tcp_stats *prev_tcpstats = (struct necp_tcp_stats *)&kstats->necp_stats_comm; in necp_client_collect_nexus_flow_stats()
10467 struct necp_all_kstats * __single kstats = SKMEM_OBJ_ADDR(oi); in necp_stats_ctor() local
10472 kstats->necp_stats_ustats = SKMEM_OBJ_ADDR(oim); in necp_stats_ctor()
10481 struct necp_all_kstats * __single kstats = addr; in necp_stats_dtor() local
10483 kstats->necp_stats_ustats = NULL; in necp_stats_dtor()
10682 struct necp_all_kstats * __single kstats = NULL; in necp_arena_stats_obj_alloc() local
10701 kstats = (struct necp_all_kstats*)kstats_obj; in necp_arena_stats_obj_alloc()
10702 ustats_obj = __unsafe_forge_bidi_indexable(uint8_t *, kstats->necp_stats_ustats, kstats_obj_sz); in necp_arena_stats_obj_alloc()
10706 bzero(&kstats->necp_stats_comm, sizeof(struct necp_all_stats)); in necp_arena_stats_obj_alloc()
10927 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_stats_bufreq() local
10928 …kstats->necp_stats_ustats->all_stats_u.tcp_stats.necp_tcp_hdr.necp_stats_type = bufreq->necp_stats… in necp_client_stats_bufreq()
10929 …kstats->necp_stats_ustats->all_stats_u.tcp_stats.necp_tcp_hdr.necp_stats_ver = bufreq->necp_stats_… in necp_client_stats_bufreq()