Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c74 struct gro_ctx { struct
84 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() argument
126 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local
324 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local
391 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local
436 struct gro_ctx *gro_ctx = ctx; in rte_gro_get_pkt_count() local
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c804 void **gro_ctx; in pkt_burst_checksum_forward() local
H A Dtestpmd.h248 void *gro_ctx; /**< GRO context */ member