Searched refs:PF_NFC (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/nfc/ |
D | af_nfc.c | 53 .family = PF_NFC, 96 sock_unregister(PF_NFC); in af_nfc_exit()
|
D | rawsock.c | 279 .family = PF_NFC, 299 .family = PF_NFC, 352 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
|
D | llcp_sock.c | 887 .family = PF_NFC, 907 .family = PF_NFC, 950 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
|
D | core.c | 1232 MODULE_ALIAS_NETPROTO(PF_NFC);
|
/linux-4.4.14/Documentation/networking/ |
D | nfc.txt | 26 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-4.4.14/include/linux/ |
D | socket.h | 247 #define PF_NFC AF_NFC macro
|