Searched defs:ipflow (Results 1 – 1 of 1) sorted by relevance
57 struct ipflow { struct60 size_t ipf_hashidx; /* own hash index of ipflowtable[] */ argument61 struct in_addr ipf_dst; /* destination address */62 struct in_addr ipf_src; /* source address */63 uint8_t ipf_tos; /* type-of-service */64 struct route ipf_ro; /* associated route entry */65 u_long ipf_uses; /* number of uses in this period */66 u_long ipf_last_uses; /* number of uses in last period */67 u_long ipf_dropped; /* ENOBUFS returned by if_output */68 u_long ipf_errors; /* other errors returned by if_output */[all …]