Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c945 int list_id; in ng_netflow_flow_show() local
954 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()
H A Dng_netflow.h173 uint32_t list_id; /* current record number in hash */ member
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h173 uint32_t list_id; /* current record number in hash */ member