Lines Matching refs:API
22 This API initializes the packet capture framework.
25 This API enables the packet capture on a given port and queue.
26 Note: The filter option in the API is a place holder for future enhancements.
29 This API enables the packet capture on a given device id (``vdev name or pci address``) and queue.
30 Note: The filter option in the API is a place holder for future enhancements.
33 This API disables the packet capture on a given port and queue.
36 …This API disables the packet capture on a given device id (``vdev name or pci address``) and queue.
39 This API uninitializes the packet capture framework.
53 The library API ``rte_pdump_init()``, initializes the packet capture framework by creating the mult…
54 channel using ``rte_mp_action_register()`` API. The primary process will listen to secondary proces…
70 The library API ``rte_pdump_uninit()``, uninitializes the packet capture framework by calling ``rte…