Searched refs:PF_NFC (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/net/nfc/ |
D | af_nfc.c | 41 .family = PF_NFC, 87 sock_unregister(PF_NFC); in af_nfc_exit()
|
D | rawsock.c | 269 .family = PF_NFC, 287 .family = PF_NFC, 341 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
|
D | llcp_sock.c | 913 .family = PF_NFC, 933 .family = PF_NFC, 974 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
|
D | core.c | 1246 MODULE_ALIAS_NETPROTO(PF_NFC);
|
/Linux-v6.6/Documentation/networking/ |
D | nfc.rst | 27 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-v6.6/include/linux/ |
D | socket.h | 287 #define PF_NFC AF_NFC macro
|
/Linux-v6.6/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 287 #define PF_NFC AF_NFC macro
|
/Linux-v6.6/net/ |
D | socket.c | 214 [PF_NFC] = "PF_NFC",
|
/Linux-v6.6/security/selinux/ |
D | hooks.c | 1284 case PF_NFC: in socket_type_to_security_class()
|