Home
last modified time | relevance | path

Searched defs:flow_entry_data (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h250 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 */
[all …]