Home
last modified time | relevance | path

Searched refs:l2fwd_send_packet (Results 1 – 3 of 3) sorted by relevance

/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst291 Then, the packet is sent using the l2fwd_send_packet (m, dst_port) function.
301 The l2fwd_send_packet() function stores the packet in a per-lcore and per-txport table.
H A Dl2_forward_job_stats.rst326 Then, the packet is sent using the l2fwd_send_packet (m, dst_port) function.
336 The l2fwd_send_packet() function stores the packet in a per-lcore and per-txport table.
/dpdk/examples/l2fwd-crypto/
H A Dmain.c584 l2fwd_send_packet(struct rte_mbuf *m, uint16_t port) in l2fwd_send_packet() function
648 l2fwd_send_packet(m, dst_port); in l2fwd_simple_forward()