Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Daf_xdp.rst4 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-v4.19/include/linux/
Dsocket.h210 #define AF_XDP 44 /* XDP sockets */ macro
261 #define PF_XDP AF_XDP
/Linux-v4.19/samples/bpf/
Dxdpsock_user.c39 #ifndef AF_XDP
40 #define AF_XDP 44 macro
44 #define PF_XDP AF_XDP
/Linux-v4.19/net/xdp/
Dxsk.c389 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
/Linux-v4.19/
DMAINTAINERS15996 XDP SOCKETS (AF_XDP)