HomeSort by: relevance | last modified time | path
    Searched refs:xsk (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
xdp-server.c 34 #include <xdp/xsk.h>
85 static uint64_t xsk_alloc_umem_frame(struct xsk_socket_info *xsk);
98 static uint64_t xsk_umem_free_frames(struct xsk_socket_info *xsk);
103 static void xsk_free_umem_frame(struct xsk_socket_info *xsk, uint64_t frame);
108 static void fill_fq(struct xsk_socket_info *xsk);
159 static void drain_cq(struct xsk_socket_info *xsk);
164 static void handle_tx(struct xsk_socket_info *xsk);
197 static uint64_t xsk_alloc_umem_frame(struct xsk_socket_info *xsk) {
199 if (xsk->umem->umem_frame_free == 0) {
203 frame = xsk->umem->umem_frame_addr[--xsk->umem->umem_frame_free]
869 struct xsk_socket_info *xsk = &xdp->xsks[xdp->queue_index]; local
    [all...]
xdp-server.h 14 #include <xdp/xsk.h>
46 struct xsk_socket *xsk; member in struct:xsk_socket_info
server.c 3415 sock = xsk_socket__fd(xdp->xsks[xdp->queue_index].xsk);
3417 log_msg(LOG_ERR, "xdp: xsk socket file descriptor is invalid: %s",

Completed in 26 milliseconds