Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.h136 #define NETFLOW_V5_MAX_RECORDS 30 macro
141 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS)
145 struct netflow_v5_record r[NETFLOW_V5_MAX_RECORDS];
H A Dnetflow.c1054 KASSERT(header->count <= NETFLOW_V5_MAX_RECORDS, in export_add()
1080 if (header->count == NETFLOW_V5_MAX_RECORDS) in export_add()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dnetflow.h134 #define NETFLOW_V5_MAX_RECORDS 30 macro
139 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS)
143 struct netflow_v5_record r[NETFLOW_V5_MAX_RECORDS];