Home
last modified time | relevance | path

Searched defs:net_api_stats (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dnet_api_stats.h42 struct net_api_stats { struct
46 int64_t nas_iflt_attach_count; // Currently attached
47 int64_t nas_iflt_attach_os_count;
48 int64_t nas_iflt_attach_total; // Total number of attachments
49 int64_t nas_iflt_attach_os_total;
54 int64_t nas_ipf_add_count; // Currently attached
55 int64_t nas_ipf_add_os_count;
56 int64_t nas_ipf_add_total; // Total number of attachments
57 int64_t nas_ipf_add_os_total;
62 int64_t nas_sfltr_register_count; // Currently attached
[all …]
H A Dntstat.h1263 struct net_api_stats net_api_stats; member
1274 nstat_sysinfo_net_api_stats net_api_stats; member
H A Ddlil.c790 struct net_api_stats net_api_stats; variable