Searched refs:l2fwd_send_packet (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_real_virtual.rst | 380 l2fwd_send_packet(m, (uint8_t) dst_port); 383 Then, the packet is sent using the l2fwd_send_packet (m, dst_port) function. 393 The l2fwd_send_packet() function stores the packet in a per-lcore and per-txport table. 401 l2fwd_send_packet(struct rte_mbuf *m, uint16_t port)
|
| H A D | l2_forward_job_stats.rst | 472 l2fwd_send_packet(m, (uint8_t) dst_port); 475 Then, the packet is sent using the l2fwd_send_packet (m, dst_port) function. 485 The l2fwd_send_packet() function stores the packet in a per-lcore and per-txport table. 493 l2fwd_send_packet(struct rte_mbuf *m, uint16_t port)
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 576 l2fwd_send_packet(struct rte_mbuf *m, uint16_t port) in l2fwd_send_packet() function 625 l2fwd_send_packet(m, dst_port); in l2fwd_simple_forward()
|