Searched refs:AF_XDP (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.h17 #ifndef AF_XDP
18 #define AF_XDP 44 macro
22 #define PF_XDP AF_XDP
H A Dxsk.c4 * AF_XDP user-space access library.
44 #ifndef AF_XDP
45 #define AF_XDP 44 macro
49 #define PF_XDP AF_XDP
241 umem->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0);
569 xsk->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0);
/linux-master/net/xdp/
H A Dxsk_diag.c108 msg->xdiag_family = AF_XDP;
198 .family = AF_XDP,
216 MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_NETLINK, NETLINK_SOCK_DIAG, AF_XDP);
H A Dxsk.c4 * AF_XDP sockets allows a channel between XDP programs and userspace
12 #define pr_fmt(fmt) "AF_XDP: %s: " fmt, __func__
1173 if (sxdp->sxdp_family != AF_XDP)
/linux-master/include/linux/
H A Dsocket.h238 #define AF_XDP 44 /* XDP sockets */ macro
292 #define PF_XDP AF_XDP
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h238 #define AF_XDP 44 /* XDP sockets */ macro
292 #define PF_XDP AF_XDP

Completed in 169 milliseconds