Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/netflow/
Dng_netflow.h257 #define NREC_AT_ONCE 1000 macro
258 #define NREC6_AT_ONCE (NREC_AT_ONCE * sizeof(struct flow_entry_data) / \
260 #define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \
Dnetflow.c938 max = NREC_AT_ONCE; in ng_netflow_flow_show()