Home
last modified time | relevance | path

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

/linux-5.19.10/net/nfc/
Daf_nfc.c41 .family = PF_NFC,
87 sock_unregister(PF_NFC); in af_nfc_exit()
Drawsock.c266 .family = PF_NFC,
284 .family = PF_NFC,
338 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
Dllcp_sock.c911 .family = PF_NFC,
931 .family = PF_NFC,
972 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
Dcore.c1246 MODULE_ALIAS_NETPROTO(PF_NFC);
/linux-5.19.10/Documentation/networking/
Dnfc.rst27 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
105 The userspace must use PF_NFC sockets to perform any data communication with
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h278 #define PF_NFC AF_NFC macro
/linux-5.19.10/include/linux/
Dsocket.h278 #define PF_NFC AF_NFC macro
/linux-5.19.10/net/
Dsocket.c210 [PF_NFC] = "PF_NFC",
/linux-5.19.10/security/selinux/
Dhooks.c1249 case PF_NFC: in socket_type_to_security_class()