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

  
 
  

home | help
rte_epoll_event(3)		      DPDK		      rte_epoll_event(3)

NAME
     rte_epoll_event

SYNOPSIS
     #include <rte_epoll.h>

   Data Fields
     uint32_t status
     int fd
     int epfd

Detailed Description
     interrupt epoll event obj, taken by epoll_event.ptr

     Definition at line 41 of file rte_epoll.h.

Field Documentation
   uint32_t status
     OUT: event status

     Definition at line 42 of file rte_epoll.h.

   int fd
     OUT: event fd

     Definition at line 43 of file rte_epoll.h.

   int epfd
     OUT: epoll instance the ev associated with

     Definition at line 44 of file rte_epoll.h.

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

Version 25.11.0 		 Thu Aug 27 2026	      rte_epoll_event(3)

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

home | help