Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c7176 nstat_flow_data * flow_data = flow_data_start; in nstat_gather_flow_data() local
7191 &flow_data->flow_descriptor, sizeof(flow_data->flow_descriptor)); in nstat_gather_flow_data()
7197 &flow_data->counts, NULL); in nstat_gather_flow_data()
7201 flow_data++; in nstat_gather_flow_data()
7343 nstat_flow_data *flow_data = NULL; in nstat_userland_get_snapshot() local
7357 data_size = n * sizeof(*flow_data); in nstat_userland_get_snapshot()
7360 if (flow_data) { in nstat_userland_get_snapshot()
7361 n = nstat_gather_flow_data(provider, flow_data, n); in nstat_userland_get_snapshot()
7367 *snapshotp = flow_data; in nstat_userland_get_snapshot()
7416 flow_data = &flow_data_array[i]; in nstat_userland_list_snapshot()
[all …]