Searched refs:gro_ctx (Results 1 – 4 of 4) sorted by relevance
73 struct gro_ctx { struct83 struct gro_ctx *gro_ctx; in rte_gro_ctx_create() argument90 sizeof(struct gro_ctx), in rte_gro_ctx_create()93 if (gro_ctx == NULL) in rte_gro_ctx_create()111 rte_gro_ctx_destroy(gro_ctx); in rte_gro_ctx_create()118 return gro_ctx; in rte_gro_ctx_create()125 struct gro_ctx *gro_ctx = ctx; in rte_gro_ctx_destroy() local137 rte_free(gro_ctx); in rte_gro_ctx_destroy()323 struct gro_ctx *gro_ctx = ctx; in rte_gro_reassemble() local390 struct gro_ctx *gro_ctx = ctx; in rte_gro_timeout_flush() local[all …]
824 void **gro_ctx; in pkt_burst_checksum_forward() local1090 gro_ctx = current_fwd_lcore()->gro_ctx; in pkt_burst_checksum_forward()1091 nb_rx = rte_gro_reassemble(pkts_burst, nb_rx, gro_ctx); in pkt_burst_checksum_forward()1094 gro_pkts_num = rte_gro_get_pkt_count(gro_ctx); in pkt_burst_checksum_forward()1098 nb_rx += rte_gro_timeout_flush(gro_ctx, 0, in pkt_burst_checksum_forward()
301 void *gro_ctx; /**< GRO context */ member
1748 fwd_lcores[lc_id]->gro_ctx = rte_gro_ctx_create(&gro_param); in init_config()1749 if (fwd_lcores[lc_id]->gro_ctx == NULL) { in init_config()