Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.h21 #ifndef PF_XDP
22 #define PF_XDP AF_XDP macro
H A Dxsk.c48 #ifndef PF_XDP
49 #define PF_XDP AF_XDP macro
669 sxdp.sxdp_family = PF_XDP; in xsk_socket__create_shared()
/linux-6.15/net/xdp/
H A DKconfig15 Support for PF_XDP sockets monitoring interface used by the ss tool.
H A Dxsk.c1139 if (sock->sk->sk_family != PF_XDP) { in xsk_lookup_xsk_from_fd()
1675 .family = PF_XDP,
1721 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
1729 sk->sk_family = PF_XDP; in xsk_create()
1752 .family = PF_XDP,
1803 sock_unregister(PF_XDP); in xsk_init()
H A Dxskmap.c181 if (sock->sk->sk_family != PF_XDP) { in xsk_map_update_elem()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h293 #define PF_XDP AF_XDP macro
/linux-6.15/include/linux/
H A Dsocket.h293 #define PF_XDP AF_XDP macro
/linux-6.15/net/
H A Dsocket.c220 [PF_XDP] = "PF_XDP",
/linux-6.15/security/selinux/
H A Dhooks.c1301 case PF_XDP: in socket_type_to_security_class()