Lines Matching defs:ip6flow
213 struct ip6flow { struct
216 size_t ip6f_hashidx; /* own hash index of ipflowtable[] */
217 struct in6_addr ip6f_dst; /* destination address */
218 struct in6_addr ip6f_src; /* source address */
219 struct route ip6f_ro; /* associated route entry */
220 u_int32_t ip6f_flow; /* flow (tos) */
221 u_quad_t ip6f_uses; /* number of uses in this period */
222 u_quad_t ip6f_last_uses; /* number of uses in last period */
223 u_quad_t ip6f_dropped; /* ENOBUFS returned by if_output */
224 u_quad_t ip6f_forwarded; /* packets forwarded */
225 u_int ip6f_timer; /* lifetime timer */