Home
last modified time | relevance | path

Searched defs:gso_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_gso/
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 */ member
H A Drte_eth_tap.c743 struct rte_gso_ctx *gso_ctx = &txq->gso_ctx; in pmd_tx_burst() local
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() local
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c798 struct rte_gso_ctx *gso_ctx; in pkt_burst_checksum_forward() local
H A Dtestpmd.h246 struct rte_gso_ctx gso_ctx; /**< GSO context */ member