Lines Matching full:flow

34 #define	ACTIVE_TIMEOUT		(30*60)	/* maximum flow lifetime is 30 min */
59 uint16_t count; /* Number of records in flow */
68 uint16_t count; /* Number of records in flow */
73 uint8_t engine_type; /* Type of flow switching engine (RP,VIP,etc.) */
74 uint8_t engine_id; /* Slot number of the flow switching engine */
95 uint32_t packets; /* Number of packets in a flow */
96 uint32_t octets; /* Number of octets in a flow */
97 uint32_t first; /* System uptime at start of a flow */
98 uint32_t last; /* System uptime at end of a flow */
117 uint32_t packets; /* Number of packets in a flow */
118 uint32_t octets; /* Number of octets in a flow */
119 uint32_t first; /* System uptime at start of a flow */
120 uint32_t last; /* System uptime at end of a flow */
148 #define NETFLOW_V9_FIELD_IN_BYTES 1 /* Input bytes count for a flow. Default 4, can be 8 */
149 …IELD_IN_PKTS 2 /* Incoming counter with number of packets associated with an IP Flow. Default 4 */
153 …NETFLOW_V9_FIELD_TCP_FLAGS 6 /* TCP flags; cumulative of all the TCP flags seen in this Flow. 1 */
166 …_PKTS 19 /* IP multicast outgoing packet counter for packets associated with IP flow. Default 4 */
167 …lticast outgoing Octet (byte) counter for the number of bytes associated with IP flow. Default 4 */
168 …ELD_LAST_SWITCHED 21 /* sysUptime in msec at which the last packet of this Flow was switched. 4 */
169 …D_FIRST_SWITCHED 22 /* sysUptime in msec at which the first packet of this Flow was switched. 4 */
170 …_OUT_BYTES 23 /* Outgoing counter for the number of bytes associated with an IP Flow. Default 4 */
171 …OUT_PKTS 24 /* Outgoing counter for the number of packets associated with an IP Flow. Default 4 */
176 #define NETFLOW_V9_FIELD_IPV6_FLOW_LABEL 31 /* IPv6 flow label as per RFC 2460 definition. 3 */
181 #define NETFLOW_V9_FIELD_FLOW_ACTIVE_TIMEOUT 36 /* Timeout value (in seconds) for active flow entri…
182 #define NETFLOW_V9_FIELD_FLOW_INACTIVE_TIMEOUT 37 /* Timeout value (in seconds) for inactive Flow e…
183 #define NETFLOW_V9_FIELD_ENGINE_TYPE 38 /* Type of Flow switching engine (route processor, linecar…
184 #define NETFLOW_V9_FIELD_ENGINE_ID 39 /* ID number of the Flow switching engine. 1 */
190 #define NETFLOW_V9_FIELD_FLOW_SAMPLER_ID 48 /* Identifier shown in "show flow-sampler". 1 */
199 #define NETFLOW_V9_FIELD_DIRECTION 61 /* Flow direction: 0 - ingress flow 1 - egress flow. 1 */
202 …LD_IPV6_OPTION_HEADERS 64 /* Bit-encoded field identifying IPv6 option headers found in the flow */