Home
last modified time | relevance | path

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

/linux/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/net/xdp/
H A DKconfig15 Support for PF_XDP sockets monitoring interface used by the ss tool.
H A Dxsk.c1131 if (sock->sk->sk_family != PF_XDP) { in xsk_lookup_xsk_from_fd()
1664 .family = PF_XDP,
1710 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
1718 sk->sk_family = PF_XDP; in xsk_create()
1742 .family = PF_XDP,
1793 sock_unregister(PF_XDP); in xsk_init()
H A Dxskmap.c181 if (sock->sk->sk_family != PF_XDP) { in xsk_map_update_elem()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h293 #define PF_XDP AF_XDP macro
/linux/include/linux/
H A Dsocket.h293 #define PF_XDP AF_XDP macro
/linux/net/
H A Dsocket.c220 [PF_XDP] = "PF_XDP",
/linux/security/selinux/
H A Dhooks.c1301 case PF_XDP: in socket_type_to_security_class()