Searched refs:gro_ctx (Results 1 – 4 of 4) sorted by relevance
74 struct gro_ctx { struct84 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() argument91 sizeof(struct gro_ctx), in rte_gro_ctx_create()94 if (gro_ctx == NULL) in rte_gro_ctx_create()112 rte_gro_ctx_destroy(gro_ctx); in rte_gro_ctx_create()119 return gro_ctx; in rte_gro_ctx_create()126 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local138 rte_free(gro_ctx); in rte_gro_ctx_destroy()324 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local391 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local[all …]
804 void **gro_ctx; in pkt_burst_checksum_forward() local1057 gro_ctx = current_fwd_lcore()->gro_ctx; in pkt_burst_checksum_forward()1058 nb_rx = rte_gro_reassemble(pkts_burst, nb_rx, gro_ctx); in pkt_burst_checksum_forward()1061 gro_pkts_num = rte_gro_get_pkt_count(gro_ctx); in pkt_burst_checksum_forward()1065 nb_rx += rte_gro_timeout_flush(gro_ctx, 0, in pkt_burst_checksum_forward()
248 void *gro_ctx; /**< GRO context */ member
1589 fwd_lcores[lc_id]->gro_ctx = rte_gro_ctx_create(&gro_param); in init_config()1590 if (fwd_lcores[lc_id]->gro_ctx == NULL) { in init_config()