:orphan: .. index:: pair: struct; tapi_dpdk_l2fwd_job_t .. _doxid-structtapi__dpdk__l2fwd__job__t: struct tapi_dpdk_l2fwd_job_t ============================ .. toctree:: :hidden: L2fwd job description .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dpdk_l2fwd_job_t { // fields char* :target:`ta`; unsigned int :target:`port_number`; :ref:`tapi_job_t`* :target:`job`; :ref:`tapi_job_channel_t`* :target:`in_channel`; :ref:`tapi_job_channel_t`* :target:`out_channels`[2]; :ref:`tapi_job_channel_t`* :target:`err_filter`; :ref:`tapi_job_channel_t`* :target:`packets_sent`; :ref:`tapi_job_channel_t`* :target:`packets_received`; };