Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Drte_ether.h347 static inline int rte_vlan_insert(struct rte_mbuf **m) in rte_vlan_insert() function
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c1100 ret = rte_vlan_insert(bufs); in dpaa2_dev_tx()
1125 int ret = rte_vlan_insert(bufs); in dpaa2_dev_tx()
1365 ret = rte_vlan_insert(bufs); in dpaa2_dev_tx_ordered()
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c208 if (rte_vlan_insert(&mbuf)) { in eth_af_packet_tx()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c621 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c448 int error = rte_vlan_insert(&m); in eth_vhost_tx()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c1710 error = rte_vlan_insert(&m); in virtio_xmit_pkts_prepare()