Searched refs:AF_XDP (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | xskxceiver.h | 12 #ifndef AF_XDP 13 #define AF_XDP 44 macro 17 #define PF_XDP AF_XDP
|
D | xsk.c | 41 #ifndef AF_XDP 42 #define AF_XDP 44 macro 46 #define PF_XDP AF_XDP 303 umem->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_umem__create() 1042 xsk->fd = socket(AF_XDP, SOCK_RAW | SOCK_CLOEXEC, 0); in xsk_socket__create_shared()
|
/Linux-v6.1/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-v6.1/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 | 887 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
|
/Linux-v6.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 234 #define AF_XDP 44 /* XDP sockets */ macro 288 #define PF_XDP AF_XDP
|
/Linux-v6.1/include/linux/ |
D | socket.h | 234 #define AF_XDP 44 /* XDP sockets */ macro 288 #define PF_XDP AF_XDP
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 28 This driver supports XDP (Express Data Path) and AF_XDP zero-copy. Note that
|
/Linux-v6.1/ |
D | MAINTAINERS | 22433 XDP SOCKETS (AF_XDP)
|