Searched refs:AF_XDP (Results 1 – 5 of 5) sorted by relevance
4 AF_XDP chapter10 AF_XDP is an address family that is optimized for high performance19 bpf_redirect_map() function. AF_XDP sockets enable the possibility for23 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 the86 hand, if the driver has support for XDP, it will be used by the AF_XDP93 In order to use an AF_XDP socket, a number of associated objects need97 "Accelerating networking with AF_XDP". It can be found at110 An AF_XDP is socket linked to a single UMEM, but one UMEM can have111 multiple AF_XDP sockets. To share an UMEM created via one socket A,[all …]
210 #define AF_XDP 44 /* XDP sockets */ macro261 #define PF_XDP AF_XDP
39 #ifndef AF_XDP40 #define AF_XDP 44 macro44 #define PF_XDP AF_XDP
389 if (sxdp->sxdp_family != AF_XDP) in xsk_bind()
15996 XDP SOCKETS (AF_XDP)