Searched refs:AF_XDP (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/Documentation/networking/ |
D | af_xdp.rst | 4 AF_XDP chapter 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-v5.10/net/xdp/ |
D | xsk_diag.c | 108 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);
|
D | xsk.c | 662 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
|
/Linux-v5.10/tools/lib/bpf/ |
D | xsk.c | 41 #ifndef AF_XDP 42 #define AF_XDP 44 macro 46 #define PF_XDP AF_XDP 292 umem->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_umem__create_v0_0_4() 727 xsk->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_socket__create_shared()
|
D | README.rst | 66 AF_XDP functions 69 AF_XDP functions should have an ``xsk_`` prefix, e.g.
|
/Linux-v5.10/include/linux/ |
D | socket.h | 225 #define AF_XDP 44 /* XDP sockets */ macro 276 #define PF_XDP AF_XDP
|
/Linux-v5.10/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 225 #define AF_XDP 44 /* XDP sockets */ macro 276 #define PF_XDP AF_XDP
|
/Linux-v5.10/samples/bpf/ |
D | xdpsock_user.c | 43 #ifndef AF_XDP 44 #define AF_XDP 44 macro 48 #define PF_XDP AF_XDP
|
/Linux-v5.10/ |
D | MAINTAINERS | 19151 XDP SOCKETS (AF_XDP)
|