Searched refs:AF_XDP (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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 "Accelerating networking with AF_XDP". It can be found at 110 An AF_XDP is socket linked to a single UMEM, but one UMEM can have 111 multiple AF_XDP sockets. To share an UMEM created via one socket A, [all …]
|
/Linux-v5.4/net/xdp/ |
D | xsk_diag.c | 95 msg->xdiag_family = AF_XDP; in xsk_diag_fill() 177 .family = AF_XDP, 194 MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_NETLINK, NETLINK_SOCK_DIAG, AF_XDP);
|
D | xsk.c | 614 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
|
/Linux-v5.4/tools/lib/bpf/ |
D | xsk.c | 39 #ifndef AF_XDP 40 #define AF_XDP 44 macro 44 #define PF_XDP AF_XDP 157 umem->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_umem__create_v0_0_4() 510 xsk->fd = socket(AF_XDP, SOCK_RAW, 0); in xsk_socket__create()
|
D | README.rst | 66 AF_XDP functions 69 AF_XDP functions should have an ``xsk_`` prefix, e.g.
|
/Linux-v5.4/include/linux/ |
D | socket.h | 211 #define AF_XDP 44 /* XDP sockets */ macro 262 #define PF_XDP AF_XDP
|
/Linux-v5.4/samples/bpf/ |
D | xdpsock_user.c | 38 #ifndef AF_XDP 39 #define AF_XDP 44 macro 43 #define PF_XDP AF_XDP
|
/Linux-v5.4/ |
D | MAINTAINERS | 17772 XDP SOCKETS (AF_XDP)
|