Searched refs:rte_pktmbuf_prepend (Results 1 – 16 of 16) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipip.h | 44 outip6 = (struct ip6_hdr *)rte_pktmbuf_prepend(m, offset); in ipip_outbound() 63 outip4 = (struct ip *)rte_pktmbuf_prepend(m, offset); in ipip_outbound()
|
| H A D | esp.c | 312 new_ip = (uint8_t *)rte_pktmbuf_prepend(m, in esp_outbound()
|
| H A D | ipsec-secgw.c | 487 rte_pktmbuf_prepend(pkt, RTE_ETHER_HDR_LEN); in prepare_tx_pkt()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_ether.h | 362 rte_pktmbuf_prepend(*m, sizeof(struct rte_vlan_hdr)); in rte_vlan_insert()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_po_ops.h | 94 data = rte_pktmbuf_prepend(m_src, extend_head); in process_outb_sa()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec_tx.h | 89 data = rte_pktmbuf_prepend(m, extend_head); in otx2_sec_event_tx()
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_outb.c | 140 ph = rte_pktmbuf_prepend(mb, hlen - l2len); in outb_tun_pkt_prepare() 311 ph = rte_pktmbuf_prepend(mb, hlen); in outb_trs_pkt_prepare()
|
| H A D | esp_inb.c | 158 new = rte_pktmbuf_prepend(ms, n); in move_icv()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 237 hdr = rte_pktmbuf_prepend(m, MBUF_TEST_HDR1_LEN); in test_one_pktmbuf() 252 hdr = rte_pktmbuf_prepend(m, MBUF_TEST_HDR2_LEN); in test_one_pktmbuf() 271 hdr = rte_pktmbuf_prepend(m, (uint16_t)(rte_pktmbuf_headroom(m) + 1)); in test_one_pktmbuf() 1984 hdr = (struct ether_hdr *)rte_pktmbuf_prepend(m, hdr_len); in test_pktmbuf_read_from_offset() 2135 hdr = (char *)rte_pktmbuf_prepend(pkt_seg, hdr_len); in create_packet()
|
| H A D | test_cryptodev.c | 12295 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_prepend( in create_aead_operation_SGL() 12317 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_prepend( in create_aead_operation_SGL()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 274 rte_pktmbuf_prepend(pkt, (uint16_t)sizeof(*ethdr)); in mcast_send_pkt()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 351 rte_pktmbuf_prepend(m, in l3fwd_simple_forward()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.h | 1572 static inline char *rte_pktmbuf_prepend(struct rte_mbuf *m, in rte_pktmbuf_prepend() function
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 226 ethdr = (struct rte_ether_hdr *)rte_pktmbuf_prepend(pkt, (uint16_t) sizeof(*ethdr));
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 169 rte_pktmbuf_prepend(m, rte_pktmbuf_headroom(m)); in eth_pcap_rx_jumbo()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1300 data = rte_pktmbuf_prepend(rtem, sizeof(struct rte_vlan_hdr));
|