Lines Matching defs:flow_entry_data
250 struct flow_entry_data { struct
251 uint16_t version; /* Protocol version */
252 struct flow_rec r;
253 struct in_addr next_hop;
254 uint16_t fle_o_ifx; /* output interface index */
256 uint8_t dst_mask; /* destination route mask bits */
257 uint8_t src_mask; /* source route mask bits */
258 u_long packets;
259 u_long bytes;
260 long first; /* uptime on first packet */
261 long last; /* uptime on last packet */
262 uint16_t tcp_flags; /* cumulative OR */