Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_trim (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Desp.c192 if (rte_pktmbuf_trim(m, *pad_len + 2 + sa->digest_len)) { in esp_inbound_post()
H A Dipsec-secgw.c276 rte_pktmbuf_trim(m, trim); in adjust_ipv4_pktlen()
289 rte_pktmbuf_trim(m, trim); in adjust_ipv6_pktlen()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h1666 static inline int rte_pktmbuf_trim(struct rte_mbuf *m, uint16_t len) in rte_pktmbuf_trim() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst108 …* Remove data at the end of the buffer (rte_pktmbuf_trim()) Refer to the *DPDK API Reference* fo…
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c768 rte_pktmbuf_trim(rx_pkts_burst[i], pkt_data_len - in run_encoding()
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c221 if (rte_pktmbuf_trim(m, MBUF_TEST_DATA_LEN2) < 0) in test_one_pktmbuf()
232 if (rte_pktmbuf_trim(m, (uint16_t)(rte_pktmbuf_data_len(m) + 1)) == 0) in test_one_pktmbuf()
H A Dtest_compressdev.c550 rte_pktmbuf_trim(op->m_dst, ZLIB_TRAILER_SIZE); in compress_zlib()
555 rte_pktmbuf_trim(op->m_dst, GZIP_TRAILER_SIZE); in compress_zlib()
H A Dtest_bpf.c2704 rte_pktmbuf_trim(dm->mb, 1); in test_ld_mbuf2_prepare()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c892 rte_pktmbuf_trim(m, mdata_len); in otx2_cpt_sec_post_process()
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1899 ret = rte_pktmbuf_trim(op->turbo_dec.hard_output.data, in enqueue_dec_one_op_tb()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c2847 rte_pktmbuf_trim(op->sym->m_src, in ccp_auth_dq_prepare()