| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net.c | 147 gh = rte_pktmbuf_read(m, *off, sizeof(*gh), &gh_copy); in ptype_tunnel() 195 xh = rte_pktmbuf_read(m, *off, sizeof(*xh), in rte_net_skip_ip6_ext() 203 xh = rte_pktmbuf_read(m, *off, sizeof(*xh), in rte_net_skip_ip6_ext() 235 eh = rte_pktmbuf_read(m, off, sizeof(*eh), &eh_copy); in rte_net_get_ptype() 253 vh = rte_pktmbuf_read(m, off, sizeof(*vh), &vh_copy); in rte_net_get_ptype() 264 vh = rte_pktmbuf_read(m, off + sizeof(*vh), sizeof(*vh), in rte_net_get_ptype() 279 mh = rte_pktmbuf_read(m, off + (i * sizeof(*mh)), in rte_net_get_ptype() 359 th = rte_pktmbuf_read(m, off, sizeof(*th), &th_copy); in rte_net_get_ptype() 388 eh = rte_pktmbuf_read(m, off, sizeof(*eh), &eh_copy); in rte_net_get_ptype() 403 vh = rte_pktmbuf_read(m, off, sizeof(*vh), &vh_copy); in rte_net_get_ptype() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 1942 data_copy = rte_pktmbuf_read(m, 0, MBUF_TEST_DATA_LEN2, NULL); in test_pktmbuf_read() 1994 data_copy = rte_pktmbuf_read(m, 0, hdr_len, NULL); in test_pktmbuf_read_from_offset() 2013 data_copy = rte_pktmbuf_read(m, hdr_len, MBUF_TEST_DATA_LEN2, NULL); in test_pktmbuf_read_from_offset() 2034 if (rte_pktmbuf_read(m, hdr_len, rte_pktmbuf_data_len(m) + 1, in test_pktmbuf_read_from_offset() 2040 if (rte_pktmbuf_read(m, hdr_len, rte_pktmbuf_pkt_len(m) + 1, in test_pktmbuf_read_from_offset() 2046 data_copy = rte_pktmbuf_read(m, hdr_len, 0, NULL); in test_pktmbuf_read_from_offset() 2057 data_copy = rte_pktmbuf_read(m, 0, 0, NULL); in test_pktmbuf_read_from_offset() 2065 data_copy = rte_pktmbuf_read(m, hdr_len, UINT_MAX, NULL); in test_pktmbuf_read_from_offset() 2073 data_copy = rte_pktmbuf_read(m, UINT_MAX, 0, NULL); in test_pktmbuf_read_from_offset() 2078 data_copy = rte_pktmbuf_read(m, UINT_MAX, UINT_MAX, NULL); in test_pktmbuf_read_from_offset() [all …]
|
| H A D | test_cryptodev.c | 3329 ciphertext = rte_pktmbuf_read(ut_params->ibuf, in test_kasumi_encryption_sgl() 3510 ciphertext = rte_pktmbuf_read(ut_params->ibuf, in test_kasumi_encryption_oop_sgl() 4868 digest = rte_pktmbuf_read(ut_params->obuf, in test_snow3g_auth_cipher_sgl() 4873 digest = rte_pktmbuf_read(ut_params->ibuf, in test_snow3g_auth_cipher_sgl() 5269 digest = rte_pktmbuf_read(ut_params->obuf, in test_kasumi_auth_cipher_sgl() 5274 digest = rte_pktmbuf_read(ut_params->ibuf, in test_kasumi_auth_cipher_sgl() 5602 ciphertext = rte_pktmbuf_read(ut_params->obuf, in test_zuc_encryption_sgl() 6074 digest = rte_pktmbuf_read(ut_params->obuf, in test_zuc_auth_cipher_sgl() 6079 digest = rte_pktmbuf_read(ut_params->ibuf, in test_zuc_auth_cipher_sgl() 7103 digest = rte_pktmbuf_read(ut_params->obuf, in test_mixed_auth_cipher_sgl() [all …]
|
| H A D | test_bpf.c | 2629 p8 = rte_pktmbuf_read(pkt, in test_ld_mbuf1() 2642 p8 = rte_pktmbuf_read(pkt, n + 3, sizeof(*p8), &dof); in test_ld_mbuf1() 2649 p32 = rte_pktmbuf_read(pkt, in test_ld_mbuf1() 2658 p16 = rte_pktmbuf_read(pkt, in test_ld_mbuf1() 2667 p32 = rte_pktmbuf_read(pkt, n - sizeof(*p32), sizeof(*p32), &dof); in test_ld_mbuf1() 2674 p16 = rte_pktmbuf_read(pkt, n / 2, sizeof(*p16), &dof); in test_ld_mbuf1()
|
| H A D | test_compressdev.c | 476 if (rte_pktmbuf_read(op->m_src, op->src.offset, in compress_zlib() 618 if (rte_pktmbuf_read(op->m_src, 0, in decompress_zlib() 1801 const void *ptr = rte_pktmbuf_read( in test_deflate_decomp_finalize() 1942 buf2 = rte_pktmbuf_read(ops_processed[i]->m_dst, 0, in test_results_validation()
|
| H A D | test_cryptodev_blockcipher.c | 550 if (memcmp(rte_pktmbuf_read(iobuf, tdata->cipher_offset, in test_blockcipher_one_case()
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.c | 238 rte_pktmbuf_read(op->m_dst, 0, in main_loop() 322 rte_pktmbuf_read(op->m_dst, in main_loop()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bpf_lib.rst | 51 R0 = rte_pktmbuf_read((const struct rte_mbuf *)R6, src_reg + imm32,
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | util.c | 90 eth_hdr = rte_pktmbuf_read(mb, 0, sizeof(_eth_hdr), &_eth_hdr); in dump_pkt_burst()
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_exec.c | 143 p = rte_pktmbuf_read(mb, off, len, reg + EBPF_REG_0); in bpf_ld_mbuf()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 355 rte_pktmbuf_read(mbuf, 0, caplen, temp_data)); in eth_pcap_tx_dumper() 439 rte_pktmbuf_read(mbuf, 0, len, temp_data), len); in eth_pcap_tx()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.h | 1722 static inline const void *rte_pktmbuf_read(const struct rte_mbuf *m, in rte_pktmbuf_read() function
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_11.rst | 45 * Added a new function ``rte_pktmbuf_read()`` to read the packet data from an
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 2440 rte_pktmbuf_read(mbuf, 0, push_len, in ena_tx_map_mbuf()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 665 gh = rte_pktmbuf_read(mbuf, in txgbe_get_tun_len()
|