Searched defs:rte_flow_query_age (Results 1 – 1 of 1) sorted by relevance
2268 struct rte_flow_query_age { struct2269 uint32_t reserved:6; /**< Reserved, must be zero. */2270 uint32_t aged:1; /**< 1 if aging timeout expired, 0 otherwise. */2271 uint32_t sec_since_last_hit_valid:1;2273 uint32_t sec_since_last_hit:24; /**< Seconds since last traffic hit. */