Searched refs:numpackets_other (Results 1 – 10 of 10) sorted by relevance
66 stat_record->numpackets_other += master_record->dPkts; in UpdateStat()67 stat_record->numpackets_other += master_record->out_pkts; in UpdateStat()
149 uint64_t numpackets_other; member
426 len = snprintf(s, buffsize , "%llu:", (long long unsigned)stat_record.numpackets_other); in UpdateRRD()517 … = snprintf(s, buffsize , ",packets_other=%llu", (long long unsigned)stat_record.numpackets_other); in UpdateInfluxDB()
111 s1->numpackets_other += s2->numpackets_other; in SumStatRecords()586 printf("Packets_other: %llu\n", (unsigned long long)s->numpackets_other); in PrintStat()
299 fs->nffile->stat_record->numpackets_other += packets; in StorePcapFlow()
445 fs->nffile->stat_record->numpackets_other += v1_block->dPkts; in Process_v1()
653 stat_record->numpackets_other += _packets; in StoreSflowRecord()
596 fs->nffile->stat_record->numpackets_other += packets; in Process_v5_v7()
1960 fs->nffile->stat_record->numpackets_other += table->packets; in Process_ipfix_data()1962 fs->nffile->stat_record->numpackets_other += table->out_packets; in Process_ipfix_data()
1912 fs->nffile->stat_record->numpackets_other += table->packets; in Process_v9_data()1914 fs->nffile->stat_record->numpackets_other += table->out_packets; in Process_v9_data()