Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h287 #define NREC_AT_ONCE 1000 macro
288 #define NREC6_AT_ONCE (NREC_AT_ONCE * sizeof(struct flow_entry_data) / \
290 #define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \
H A Dnetflow.c931 max = NREC_AT_ONCE; in ng_netflow_flow_show()