Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dntstat.h1502 typedef struct nstat_flow_data { struct
1508 } nstat_flow_data; argument
1513 …t proto, struct sysctl_req *req, void *__sized_by(nuserland * sizeof(nstat_flow_data)) userlandsna…
H A Dntstat.c7174 nstat_gather_flow_data(nstat_provider_id_t provider, nstat_flow_data *__counted_by(n)flow_data_star… in nstat_gather_flow_data()
7176 nstat_flow_data * flow_data = flow_data_start; in nstat_gather_flow_data()
7209 nstat_userland_to_xinpcb_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xinpcb_… in nstat_userland_to_xinpcb_n()
7250 nstat_userland_to_xsocket_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xsocke… in nstat_userland_to_xsocket_n()
7269 nstat_userland_to_rcv_xsockbuf_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct x… in nstat_userland_to_rcv_xsockbuf_n()
7286 nstat_userland_to_snd_xsockbuf_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct x… in nstat_userland_to_snd_xsockbuf_n()
7300 nstat_userland_to_xsockstat_n(nstat_flow_data *flow_data, struct xsockstat_n *xst) in nstat_userland_to_xsockstat_n()
7313 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n()
7343 nstat_flow_data *flow_data = NULL; in nstat_userland_get_snapshot()
7358 flow_data = (nstat_flow_data *) kalloc_data(data_size, in nstat_userland_get_snapshot()
[all …]