Home
last modified time | relevance | path

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

/dpdk/lib/gro/
H A Drte_gro.c73 struct gro_ctx { struct
83 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() local
125 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local
323 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local
390 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local
435 struct gro_ctx *gro_ctx = ctx; in rte_gro_get_pkt_count() local
/dpdk/app/test-pmd/
H A Dcsumonly.c824 void **gro_ctx; in pkt_burst_checksum_forward() local
H A Dtestpmd.h301 void *gro_ctx; /**< GRO context */ member