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