Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Daf_nfc.c41 .family = PF_NFC,
87 sock_unregister(PF_NFC); in af_nfc_exit()
H A Drawsock.c269 .family = PF_NFC,
287 .family = PF_NFC,
341 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
H A Dllcp_sock.c918 .family = PF_NFC,
938 .family = PF_NFC,
979 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
H A Dcore.c1246 MODULE_ALIAS_NETPROTO(PF_NFC);
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h287 #define PF_NFC AF_NFC macro
/openbmc/linux/include/linux/
H A Dsocket.h287 #define PF_NFC AF_NFC macro
/openbmc/linux/net/
H A Dsocket.c214 [PF_NFC] = "PF_NFC",
/openbmc/linux/security/selinux/
H A Dhooks.c1284 case PF_NFC: in socket_type_to_security_class()