NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
rxepoll.h File Reference
#include "../iface/rxloop.h"
#include <sys/epoll.h>

Go to the source code of this file.

Data Structures

struct  SocketRxEpoll
 RX from datagram sockets using epoll. More...

Typedefs

typedef struct SocketRxEpoll SocketRxEpoll
 RX from datagram sockets using epoll.

Functions

void SocketRxEpoll_PrepareEvent (struct epoll_event *e, FaceID id, int fd)
void SocketRxEpoll_RxBurst (RxGroup *rxg, RxGroupBurstCtx *ctx)

Typedef Documentation

◆ SocketRxEpoll

typedef struct SocketRxEpoll SocketRxEpoll

RX from datagram sockets using epoll.

Function Documentation

◆ SocketRxEpoll_PrepareEvent()

void SocketRxEpoll_PrepareEvent ( struct epoll_event * e,
FaceID id,
int fd )

◆ SocketRxEpoll_RxBurst()

void SocketRxEpoll_RxBurst ( RxGroup * rxg,
RxGroupBurstCtx * ctx )