Searched refs:list_id (Results 1 – 3 of 3) sorted by relevance
945 int list_id; in ng_netflow_flow_show() local954 resp->list_id = 0; in ng_netflow_flow_show()958 list_id = 0; in ng_netflow_flow_show()962 resp->list_id = list_id; in ng_netflow_flow_show()967 list_id++; in ng_netflow_flow_show()969 if (req->list_id > 0) { in ng_netflow_flow_show()970 if (list_id < req->list_id) in ng_netflow_flow_show()974 req->list_id = 0; in ng_netflow_flow_show()994 resp->list_id = list_id + 1; in ng_netflow_flow_show()1002 resp->hash_id = resp->list_id = 0; in ng_netflow_flow_show()
173 uint32_t list_id; /* current record number in hash */ member