Home
last modified time | relevance | path

Searched refs:AF_XDP (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.h12 #ifndef AF_XDP
13 #define AF_XDP 44 macro
17 #define PF_XDP AF_XDP
/linux/Documentation/networking/
A Daf_xdp.rst4 AF_XDP chapter
10 AF_XDP is an address family that is optimized for high performance
23 An AF_XDP socket (XSK) is created with the normal socket()
212 in tools/lib/bpf/xsk.h for facilitating the use of AF_XDP. It
235 dropped. E.g. an AF_XDP socket is bound to netdev eth0 and
244 and monitor the behavior of AF_XDP sockets.
459 In order to use AF_XDP sockets two parts are needed. The
473 // has an active AF_XDP socket bound to it.
556 AF_XDP simpler. If you want to know how the raw uapi of AF_XDP is
621 - Björn Töpel (AF_XDP core)
[all …]
/linux/net/xdp/
A Dxsk_diag.c108 msg->xdiag_family = AF_XDP; in xsk_diag_fill()
194 .family = AF_XDP,
211 MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_NETLINK, NETLINK_SOCK_DIAG, AF_XDP);
A Dxsk.c853 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h225 #define AF_XDP 44 /* XDP sockets */ macro
279 #define PF_XDP AF_XDP
/linux/include/linux/
A Dsocket.h225 #define AF_XDP 44 /* XDP sockets */ macro
279 #define PF_XDP AF_XDP
/linux/tools/lib/bpf/
A Dxsk.c42 #ifndef AF_XDP
43 #define AF_XDP 44 macro
47 #define PF_XDP AF_XDP
303 umem->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_umem__create_v0_0_4()
1049 xsk->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_socket__create_shared()
/linux/Documentation/bpf/libbpf/
A Dlibbpf_naming_convention.rst62 AF_XDP functions
65 AF_XDP functions should have an ``xsk_`` prefix, e.g.
/linux/samples/bpf/
A Dxdpsock_user.c43 #ifndef AF_XDP
44 #define AF_XDP 44 macro
48 #define PF_XDP AF_XDP
/linux/Documentation/networking/device_drivers/ethernet/intel/
A Dice.rst28 This driver supports XDP (Express Data Path) and AF_XDP zero-copy. Note that
/linux/
A DMAINTAINERS20783 XDP SOCKETS (AF_XDP)

Completed in 42 milliseconds