Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/
Dxdpxceiver.h12 #ifndef AF_XDP
13 #define AF_XDP 44 macro
17 #define PF_XDP AF_XDP
/linux-5.19.10/Documentation/networking/
Daf_xdp.rst4 AF_XDP title
10 AF_XDP is an address family that is optimized for high performance
19 bpf_redirect_map() function. AF_XDP sockets enable the possibility for
23 An AF_XDP socket (XSK) is created with the normal socket()
81 AF_XDP can operate in two different modes: XDP_SKB and XDP_DRV. If the
86 hand, if the driver has support for XDP, it will be used by the AF_XDP
93 In order to use an AF_XDP socket, a number of associated objects need
97 For an overview on how AF_XDP works, you can also take a look at the
101 at AF_XDP. Nearly everything changed since then. Jonathan Corbet has
103 with AF_XDP". It can be found at https://lwn.net/Articles/750845/.
[all …]
/linux-5.19.10/net/xdp/
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);
Dxsk.c884 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h229 #define AF_XDP 44 /* XDP sockets */ macro
283 #define PF_XDP AF_XDP
/linux-5.19.10/include/linux/
Dsocket.h229 #define AF_XDP 44 /* XDP sockets */ macro
283 #define PF_XDP AF_XDP
/linux-5.19.10/tools/lib/bpf/
Dxsk.c47 #ifndef AF_XDP
48 #define AF_XDP 44 macro
52 #define PF_XDP AF_XDP
308 umem->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_umem__create_v0_0_4()
1032 xsk->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_socket__create_shared()
/linux-5.19.10/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst62 AF_XDP functions
65 AF_XDP functions should have an ``xsk_`` prefix, e.g.
/linux-5.19.10/samples/bpf/
Dxdpsock_user.c47 #ifndef AF_XDP
48 #define AF_XDP 44 macro
52 #define PF_XDP AF_XDP
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/intel/
Dice.rst28 This driver supports XDP (Express Data Path) and AF_XDP zero-copy. Note that
/linux-5.19.10/
DMAINTAINERS21860 XDP SOCKETS (AF_XDP)