Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dntstat.h1104 typedef struct nstat_msg_sysinfo_counts { struct
1108 } nstat_msg_sysinfo_counts; argument
H A Dntstat.c4243 nstat_msg_sysinfo_counts *syscnt = NULL; in nstat_sysinfo_send_data_internal()
4249 allocsize = offsetof(nstat_msg_sysinfo_counts, counts); in nstat_sysinfo_send_data_internal()
4284 syscnt = (nstat_msg_sysinfo_counts *) kalloc_data(allocsize, in nstat_sysinfo_send_data_internal()