Lines Matching full:flow
54 CNTR i_packets; /* Number of incoming packets in a flow (IN_PKTS) */
55 CNTR i_octets; /* Number of incoming octets in a flow (IN_BYTES) */
56 CNTR o_packets; /* Number of outgoing packets in a flow (OUT_PKTS) */
57 CNTR o_octets; /* Number of outgoing octets in a flow (OUT_BYTES) */
58 uint32_t first; /* System uptime at start of a flow (FIRST_SWITCHED) */
59 uint32_t last; /* System uptime at end of a flow (LAST_SWITCHED) */
79 CNTR i_packets; /* Number of incoming packets in a flow (IN_PKTS) */
80 CNTR i_octets; /* Number of incoming octets in a flow (IN_BYTES) */
81 CNTR o_packets; /* Number of outgoing packets in a flow (OUT_PKTS) */
82 CNTR o_octets; /* Number of outgoing octets in a flow (OUT_BYTES) */
83 uint32_t first; /* System uptime at start of a flow (FIRST_SWITCHED) */
84 uint32_t last; /* System uptime at end of a flow (LAST_SWITCHED) */
121 /* Flow Templates */
146 uint16_t flow_header; /* offset pointing to current flow header */