Home
last modified time | relevance | path

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

/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnfdump_inline.c68 stat_record->numbytes_other += master_record->dOctets; in UpdateStat()
69 stat_record->numbytes_other += master_record->out_bytes; in UpdateStat()
H A Dnffile.h144 uint64_t numbytes_other; member
H A Dprofile.c437 len = snprintf(s, buffsize , "%llu", (long long unsigned)stat_record.numbytes_other); in UpdateRRD()
528 …len = snprintf(s, buffsize , ",traffic_other=%llu", (long long unsigned)stat_record.numbytes_other in UpdateInfluxDB()
H A Dnffile.c107 s1->numbytes_other += s2->numbytes_other; in SumStatRecords()
591 printf("Bytes_other: %llu\n", (unsigned long long)s->numbytes_other); in PrintStat()
H A Dnetflow_pcap.c300 fs->nffile->stat_record->numbytes_other += bytes; in StorePcapFlow()
H A Dnetflow_v1.c446 fs->nffile->stat_record->numbytes_other += v1_block->dOctets; in Process_v1()
H A Dsflow_nfdump.c654 stat_record->numbytes_other += _bytes; in StoreSflowRecord()
H A Dnetflow_v5_v7.c597 fs->nffile->stat_record->numbytes_other += bytes; in Process_v5_v7()
H A Dipfix.c1961 fs->nffile->stat_record->numbytes_other += table->bytes; in Process_ipfix_data()
1963 fs->nffile->stat_record->numbytes_other += table->out_bytes; in Process_ipfix_data()
H A Dnetflow_v9.c1913 fs->nffile->stat_record->numbytes_other += table->bytes; in Process_v9_data()
1915 fs->nffile->stat_record->numbytes_other += table->out_bytes; in Process_v9_data()