Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/
Daf_nfc.c53 .family = PF_NFC,
96 sock_unregister(PF_NFC); in af_nfc_exit()
Drawsock.c279 .family = PF_NFC,
299 .family = PF_NFC,
352 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
Dllcp_sock.c894 .family = PF_NFC,
914 .family = PF_NFC,
957 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
Dcore.c1247 MODULE_ALIAS_NETPROTO(PF_NFC);
/Linux-v4.19/Documentation/networking/
Dnfc.txt26 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
103 The userspace must use PF_NFC sockets to perform any data communication with
/Linux-v4.19/include/linux/
Dsocket.h256 #define PF_NFC AF_NFC macro
/Linux-v4.19/security/selinux/
Dhooks.c1462 case PF_NFC: in socket_type_to_security_class()