Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dntstat.h1118 typedef struct nstat_msg_sysinfo_counts { struct
1122 } nstat_msg_sysinfo_counts; typedef
H A Dntstat.c4409 nstat_msg_sysinfo_counts *syscnt = NULL; in nstat_sysinfo_send_data_internal()
4415 allocsize = offsetof(nstat_msg_sysinfo_counts, counts); in nstat_sysinfo_send_data_internal()
4450 syscnt = (nstat_msg_sysinfo_counts *) kalloc_data(allocsize, in nstat_sysinfo_send_data_internal()