Lines Matching refs:function
77 The ``main()`` function performs the initialization and calls the execution
82 function. The value returned is the number of parsed arguments:
98 The ``main()`` function also allocates a mempool to hold the mbufs
110 The ``main()`` function also initializes all the ports using the user defined
111 ``port_init()`` function which is explained in the next section:
119 The ``main()`` function creates the ``flow classifier object`` and adds an ``ACL
144 function on an lcore. In this example ``lcore_main()`` is called on a single
151 The ``lcore_main()`` function is explained below.
165 ``rte_eth_dev_configure()`` function.
185 The Add Rules function
188 The ``add_rules`` function reads the ``ipv4_rules_file.txt`` file and calls the
189 ``add_classify_rule`` function which calls the
194 :start-after: Reads file and calls the add_classify_rule function. 8<
198 The Lcore Main function
201 As we saw above the ``main()`` function calls an application function on the
203 The ``lcore_main`` function calls the ``rte_flow_classifier_query`` API.
204 For the Basic Forwarding application the ``lcore_main`` function looks like the
237 The ``rte_eth_tx_burst()`` function frees the memory buffers of packets that