Searched refs:nuserland (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | in_pcblist.c | 306 int nuserland; in get_pcblist_n() local 336 &userlandsnapshot_size, &nuserland); in get_pcblist_n() 358 xig.xig_count += nuserland; in get_pcblist_n() 449 if (!error && nuserland > 0) { in get_pcblist_n() 450 error = nstat_userland_list_snapshot(proto, req, userlandsnapshot, nuserland); in get_pcblist_n() 468 xig.xig_count += nuserland; in get_pcblist_n() 476 nstat_userland_release_snapshot(userlandsnapshot, nuserland); in get_pcblist_n()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | ntstat.h | 1789 … struct sysctl_req *req, void *__sized_by(nuserland * sizeof(nstat_flow_data)) userlandsnapshot, i… 1790 void nstat_userland_release_snapshot(void *snapshot, int nuserland);
|
| H A D | ntstat.c | 8332 nstat_userland_release_snapshot(void *snapshot, int nuserland) in nstat_userland_release_snapshot() argument 8335 kfree_data(snapshot, nuserland * sizeof(nstat_flow_data)); in nstat_userland_release_snapshot()
|