Home
last modified time | relevance | path

Searched refs:rte_mbuf_tx_offload (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/ipsec/
H A Dsa.c373 sa->tx_offload.val = rte_mbuf_tx_offload(sa->hdr_l3_off, in esp_outb_tun_init()
480 ~rte_mbuf_tx_offload(MBUF_MAX_L2_LEN, MBUF_MAX_L3_LEN, in esp_sa_init()
/dpdk/lib/mbuf/
H A Drte_mbuf.h1771 rte_mbuf_tx_offload(uint64_t il2, uint64_t il3, uint64_t il4, uint64_t tso, in rte_mbuf_tx_offload() function
/dpdk/app/test/
H A Dtest_mbuf.c1461 mb[i].tx_offload = rte_mbuf_tx_offload(txof.l2, txof.l3, in test_tx_offload()