Searched refs:flow_data (Results 1 – 1 of 1) sorted by relevance
7176 nstat_flow_data * flow_data = flow_data_start; in nstat_gather_flow_data() local7191 &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() local7357 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 …]