Home
last modified time | relevance | path

Searched refs:numpackets_other (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnfdump_inline.c66 stat_record->numpackets_other += master_record->dPkts; in UpdateStat()
67 stat_record->numpackets_other += master_record->out_pkts; in UpdateStat()
H A Dnffile.h149 uint64_t numpackets_other; member
H A Dprofile.c426 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()
H A Dnffile.c111 s1->numpackets_other += s2->numpackets_other; in SumStatRecords()
586 printf("Packets_other: %llu\n", (unsigned long long)s->numpackets_other); in PrintStat()
H A Dnetflow_pcap.c299 fs->nffile->stat_record->numpackets_other += packets; in StorePcapFlow()
H A Dnetflow_v1.c445 fs->nffile->stat_record->numpackets_other += v1_block->dPkts; in Process_v1()
H A Dsflow_nfdump.c653 stat_record->numpackets_other += _packets; in StoreSflowRecord()
H A Dnetflow_v5_v7.c596 fs->nffile->stat_record->numpackets_other += packets; in Process_v5_v7()
H A Dipfix.c1960 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()
H A Dnetflow_v9.c1912 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()