Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_flow_op_result(3)		      DPDK		   rte_flow_op_result(3)

NAME
     rte_flow_op_result

SYNOPSIS
     #include <rte_flow.h>

   Data Fields
     enum rte_flow_op_status status
     void * user_data

Detailed Description
     Warning
	 EXPERIMENTAL: this API may change without prior notice.

     Asynchronous operation result.

     Definition at line 6386 of file rte_flow.h.

Field Documentation
   enum rte_flow_op_status status
     Returns the status of the operation that this completion signals.

     Definition at line 6390 of file rte_flow.h.

   void* user_data
     The user data that will be returned on the completion events.

     Definition at line 6394 of file rte_flow.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	   rte_flow_op_result(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_flow_op_result&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help