Lines Matching refs:API
17 The Flow Classification library uses the ``librte_table`` API for managing Flow
35 the Flow Classification Library API's.
44 The library has the following API's
177 ``rte_flow_classifier_create`` API.
179 application before calling the API.
231 ``rte_flow_classify_table_create`` API.
233 application before calling the API.
305 The API function ``rte_flow_classify_validate`` parses the
321 The ``rte_flow_classify_table_entry_add`` API creates an
324 It uses the ``rte_flow_classify_validate`` API function for parsing the
356 It then calls the ``table.ops.f_add`` API to add the rule to the ACL
362 The ``rte_flow_classify_table_entry_delete`` API calls the
363 ``table.ops.f_delete`` API to delete a rule from the ACL table.
368 The ``rte_flow_classifier_query`` API is used to find packets which match a
370 This API calls the flow_classify_run internal function which calls the
371 ``table.ops.f_lookup`` API to see if any packets in a burst match any
378 The rte_flow_classifier_query API uses the following structures to return data
400 * For the count action, stats can be returned by the query API.