Searched refs:NETFLOW_V5_MAX_RECORDS (Results 1 – 2 of 2) sorted by relevance
135 #define NETFLOW_V5_MAX_RECORDS 30 macro140 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS)144 struct netflow_v5_record r[NETFLOW_V5_MAX_RECORDS];
1057 KASSERT(header->count <= NETFLOW_V5_MAX_RECORDS, in export_add()1083 if (header->count == NETFLOW_V5_MAX_RECORDS) in export_add()