Home
last modified time | relevance | path

Searched refs:PF_XDP (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.h16 #ifndef PF_XDP
17 #define PF_XDP AF_XDP macro
/linux/net/xdp/
A DKconfig15 Support for PF_XDP sockets monitoring interface used by the ss tool.
A Dxsk.c829 if (sock->sk->sk_family != PF_XDP) { in xsk_lookup_xsk_from_fd()
1323 .family = PF_XDP,
1372 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
1380 sk->sk_family = PF_XDP; in xsk_create()
1407 .family = PF_XDP,
1460 sock_unregister(PF_XDP); in xsk_init()
A Dxskmap.c171 if (sock->sk->sk_family != PF_XDP) { in xsk_map_update_elem()
/linux/tools/lib/bpf/
A Dxsk.c46 #ifndef PF_XDP
47 #define PF_XDP AF_XDP macro
1151 sxdp.sxdp_family = PF_XDP; in xsk_socket__create_shared()
/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h279 #define PF_XDP AF_XDP macro
/linux/include/linux/
A Dsocket.h279 #define PF_XDP AF_XDP macro
/linux/samples/bpf/
A Dxdpsock_user.c47 #ifndef PF_XDP
48 #define PF_XDP AF_XDP macro
/linux/net/
A Dsocket.c214 [PF_XDP] = "PF_XDP",
/linux/security/selinux/
A Dhooks.c1314 case PF_XDP: in socket_type_to_security_class()

Completed in 37 milliseconds