Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h251 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 */
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 */
[all …]
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h251 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 */
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 */
[all …]