Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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 …]
/OK3568_Linux_fs/kernel/net/xdp/
H 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);
H A Dxsk.c675 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.c41 #ifndef AF_XDP
42 #define AF_XDP 44 macro
46 #define PF_XDP AF_XDP
294 umem->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_umem__create_v0_0_4()
735 xsk->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_socket__create_shared()
H A DREADME.rst66 AF_XDP functions
69 AF_XDP functions should have an ``xsk_`` prefix, e.g.
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h225 #define AF_XDP 44 /* XDP sockets */ macro
276 #define PF_XDP AF_XDP
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h225 #define AF_XDP 44 /* XDP sockets */ macro
276 #define PF_XDP AF_XDP
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h139 #define AF_XDP PF_XDP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h139 #define AF_XDP PF_XDP macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c43 #ifndef AF_XDP
44 #define AF_XDP 44 macro
48 #define PF_XDP AF_XDP
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS19191 XDP SOCKETS (AF_XDP)