Home
last modified time | relevance | path

Searched refs:rte_gso_ctx (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_gso/
H A Drte_gso.h37 struct rte_gso_ctx { struct
120 const struct rte_gso_ctx *ctx,
H A Drte_gso.c28 const struct rte_gso_ctx *gso_ctx, in rte_gso_segment()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.h63 struct rte_gso_ctx gso_ctx; /* GSO context */
H A Drte_eth_tap.c743 struct rte_gso_ctx *gso_ctx = &txq->gso_ctx; in pmd_tx_burst()
1404 tap_gso_ctx_setup(struct rte_gso_ctx *gso_ctx, struct rte_eth_dev *dev) in tap_gso_ctx_setup()
1463 struct rte_gso_ctx *gso_ctx; in tap_setup_queue()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst60 ``(struct rte_gso_ctx)``, which provides the library with some of the
176 #. First create a GSO context ``(struct rte_gso_ctx)``; this contains:
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h246 struct rte_gso_ctx gso_ctx; /**< GSO context */
H A Dcsumonly.c798 struct rte_gso_ctx *gso_ctx; in pkt_burst_checksum_forward()