Searched defs:rte_gro_param (Results 1 – 1 of 1) sorted by relevance
46 struct rte_gro_param { struct47 uint64_t gro_types;49 uint16_t max_flow_num;51 uint16_t max_item_per_flow;75 void *rte_gro_ctx_create(const struct rte_gro_param *param); argument