Searched refs:in_packets (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dnetflow.c77 CXV("in_packets", "number", NETFLOW_in_packets, "Incoming counter for the number of packets associated with an ip Flow.")
352 r->value.number = rp->in_packets ? rp->in_packets : rp->packets;
445 r->value.number = rp->packets ? rp->packets : rp->out_packets ? rp->out_packets : rp->in_packets;
690 NUMBER(in_packets, 0),
H A Dnetflow.h252 Nfcount_t in_packets; /* Incoming counter for the number of packets associated with an ip Flow */ member in struct:Netflow_s

Completed in 234 milliseconds