Searched refs:rte_pktmbuf_trim (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | esp.c | 192 if (rte_pktmbuf_trim(m, *pad_len + 2 + sa->digest_len)) { in esp_inbound_post()
|
| H A D | ipsec-secgw.c | 276 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 D | rte_mbuf.h | 1666 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 D | mbuf_lib.rst | 108 …* 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 D | main.c | 768 rte_pktmbuf_trim(rx_pkts_burst[i], pkt_data_len - in run_encoding()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 221 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 D | test_compressdev.c | 550 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 D | test_bpf.c | 2704 rte_pktmbuf_trim(dm->mb, 1); in test_ld_mbuf2_prepare()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 892 rte_pktmbuf_trim(m, mdata_len); in otx2_cpt_sec_post_process()
|
| /f-stack/dpdk/drivers/baseband/fpga_lte_fec/ |
| H A D | fpga_lte_fec.c | 1899 ret = rte_pktmbuf_trim(op->turbo_dec.hard_output.data, in enqueue_dec_one_op_tb()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 2847 rte_pktmbuf_trim(op->sym->m_src, in ccp_auth_dq_prepare()
|