Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_tailroom (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c567 if (unlikely(copy_len > rte_pktmbuf_tailroom(mbuf))) in __rte_pktmbuf_linearize()
632 if (rte_pktmbuf_tailroom(m_last) == 0) { in rte_pktmbuf_copy()
648 if (copy_len > rte_pktmbuf_tailroom(m_last)) in rte_pktmbuf_copy()
649 copy_len = rte_pktmbuf_tailroom(m_last); in rte_pktmbuf_copy()
H A Drte_mbuf.h1514 static inline uint16_t rte_pktmbuf_tailroom(const struct rte_mbuf *m) in rte_pktmbuf_tailroom() function
1613 if (unlikely(len > rte_pktmbuf_tailroom(m_last))) in rte_pktmbuf_append()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2707 rte_pktmbuf_tailroom(ut_params->ibuf)); in test_snow3g_authentication()
2797 rte_pktmbuf_tailroom(ut_params->ibuf)); in test_snow3g_authentication_verify()
2883 rte_pktmbuf_tailroom(ut_params->ibuf)); in test_kasumi_authentication()
2971 rte_pktmbuf_tailroom(ut_params->ibuf)); in test_kasumi_authentication_verify()
8019 rte_pktmbuf_tailroom(buf)); in test_pdcp_proto_SGL()
8027 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
8060 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
11195 rte_pktmbuf_tailroom(buf)); in test_AES_GMAC_authentication_SGL()
12476 rte_pktmbuf_tailroom(buf)); in test_authenticated_encryption_SGL()
12484 0, rte_pktmbuf_tailroom(buf_oop)); in test_authenticated_encryption_SGL()
[all …]
H A Dtest_mbuf.c203 data2 = rte_pktmbuf_append(m, (uint16_t)(rte_pktmbuf_tailroom(m) + 1)); in test_one_pktmbuf()
1304 rte_pktmbuf_tailroom(m)); in test_mbuf_linearize()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec_tx.h79 unlikely(rte_pktmbuf_tailroom(m) < extend_tail)) { in otx2_sec_event_tx()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxq.c594 buf->data_len = rte_pktmbuf_tailroom(buf); in mlx4_rxq_attach()
595 buf->pkt_len = rte_pktmbuf_tailroom(buf); in mlx4_rxq_attach()
/f-stack/dpdk/lib/librte_ipsec/
H A Desp_outb.c136 if (tlen + sa->aad_len > rte_pktmbuf_tailroom(ml)) in outb_tun_pkt_prepare()
307 if (tlen + sa->aad_len > rte_pktmbuf_tailroom(ml)) in outb_trs_pkt_prepare()
H A Desp_inb.c264 if (sa->aad_len + sa->sqh_len > rte_pktmbuf_tailroom(ml)) in inb_prepare()
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c580 uint16_t len = rte_pktmbuf_tailroom(mbuf); in eth_szedata2_rx_scattered()
611 len = RTE_MIN(rte_pktmbuf_tailroom(m), in eth_szedata2_rx_scattered()
624 len = rte_pktmbuf_tailroom(m); in eth_szedata2_rx_scattered()
655 len = RTE_MIN(rte_pktmbuf_tailroom(m), in eth_szedata2_rx_scattered()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c152 uint16_t len = rte_pktmbuf_tailroom(mbuf); in eth_pcap_rx_jumbo()
174 len = RTE_MIN(rte_pktmbuf_tailroom(m), data_len); in eth_pcap_rx_jumbo()
254 if (header.caplen <= rte_pktmbuf_tailroom(mbuf)) { in eth_pcap_rx()
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c732 if (rte_pktmbuf_tailroom(md[i]) < seglen[i]) { in pkt_copy_split()
737 rte_pktmbuf_tailroom(md[i])); in pkt_copy_split()
/f-stack/dpdk/examples/vhost/
H A Dmain.c1025 if (likely(offset <= rte_pktmbuf_tailroom(m))) in virtio_tx_route()
1031 (offset > rte_pktmbuf_tailroom(seg))) in virtio_tx_route()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h894 MLX5_ASSERT(rte_pktmbuf_tailroom(pkt) >= in mprq_buf_to_pkt()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c599 if (unlikely(rte_pktmbuf_tailroom(m) < dlen)) { in hn_rxpkt()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2826 tailroom = rte_pktmbuf_tailroom(m_src); in alloc_op_meta()
2948 tailroom = rte_pktmbuf_tailroom(pkt); in prepare_iov_from_pkt_inplace()
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c104 if (unlikely(len > rte_pktmbuf_tailroom(m))) in mbuf_append()
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1128 if (unlikely(len > rte_pktmbuf_tailroom(m))) in mbuf_append()
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1485 if (unlikely(len > rte_pktmbuf_tailroom(m))) in mbuf_append()
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c2115 if (rte_pktmbuf_tailroom(pkt) >= data_len) in virtio_dev_pktmbuf_alloc()
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1157 if (unlikely(len > rte_pktmbuf_tailroom(m))) in mbuf_append()