Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/netflow/
Dng_netflow.h253 struct flow_entry_data { struct
254 uint16_t version; /* Protocol version */
255 struct flow_rec r;
256 struct in_addr next_hop;
257 uint16_t fle_o_ifx; /* output interface index */
259 uint8_t dst_mask; /* destination route mask bits */
260 uint8_t src_mask; /* source route mask bits */
261 u_long packets;
262 u_long bytes;
263 long first; /* uptime on first packet */
[all …]