Lines Matching defs:Nfbyte_t

178 typedef   uint8_t Nfbyte_t;
208 Nfbyte_t flags; /* Reason flow was discarded, etc... */
209 Nfbyte_t tcp_flags; /* Cumulative OR of tcp flags for this flow */
210 Nfbyte_t protocol; /* ip protocol, e.g., 6=TCP, 17=UDP, ... */
211 Nfbyte_t src_tos; /* ip Type-of-Service upon entering incoming interface */
217 Nfbyte_t src_maskv4; /* ipv4 source address prefix mask bits */
218 Nfbyte_t dst_maskv4; /* ipv4 destination address prefix mask bits */
227 Nfbyte_t pad1;
228 Nfbyte_t tcp_retx_cnt; /* # mis-seq with delay > 1sec (V1) */
229 Nfbyte_t tcp_retx_secs; /* # seconds between mis-sequenced packets (V1) */
230 Nfbyte_t tcp_misseq_cnt; /* # mis-sequenced tcp packets (V1) */
240 Nfbyte_t engine_type; /* Type of flow switching engine 0: RP, 1: Vip/linecard */
241 Nfbyte_t engine_id; /* ID number of the flow switching engine */
243 Nfbyte_t sampler_mode; /* Algorithm used for sampling data: 0x02 random sampling */
319 Nfbyte_t sampler_algorithm;/* 0x01: deterministic, 0x02: random */
320 Nfbyte_t mpls_top_label_type;/* MPLS Top Label Type: 0x00 UNKNOWN 0x01 TE-MIDPT 0x02 ATOM 0x03 VPN 0x04 BGP 0x05 LDP */
321 Nfbyte_t sampler_id; /* Flow sampler ID */
322 Nfbyte_t min_ttl; /* Minimum TTL on incoming packets */
323 Nfbyte_t max_ttl; /* Maximum TTL on incoming packets */
324 Nfbyte_t dst_tos; /* Type of Service on exiting outgoing interface */
325 Nfbyte_t ip_protocol_version; /* ip version 6: ipv6, 4 or not specified: ipv4 */
326 Nfbyte_t direction; /* Flow direction: 0 - ingress flow, 1 - egress flow */
327 Nfbyte_t forwarding_status;/* Forwarding status 0: unknown, 1: forwarded, 2: dropped, 3: consumed */
328 Nfbyte_t forwarding_code;/* Forwarding reason code */
329 Nfbyte_t src_maskv6; /* ipv6 source address prefix mask bits */
330 Nfbyte_t dst_maskv6; /* ipv6 destination address prefix mask bits */