Home
last modified time | relevance | path

Searched refs:rte_vlan_insert (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/net/
H A Drte_ether.h356 static inline int rte_vlan_insert(struct rte_mbuf **m) in rte_vlan_insert() function
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c1300 ret = rte_vlan_insert(bufs); in dpaa2_dev_tx()
1348 int ret = rte_vlan_insert(bufs); in dpaa2_dev_tx()
1586 ret = rte_vlan_insert(bufs); in dpaa2_dev_tx_multi_txq_ordered()
1750 ret = rte_vlan_insert(bufs); in dpaa2_dev_tx_ordered()
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c154 if (!pkt_q->vlan_strip && rte_vlan_insert(&mbuf)) in eth_af_packet_rx()
233 if (rte_vlan_insert(&mbuf)) { in eth_af_packet_tx()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c619 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c438 int error = rte_vlan_insert(&m); in eth_vhost_tx()
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c1739 error = rte_vlan_insert(&m); in virtio_xmit_pkts_prepare()