Home
last modified time | relevance | path

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

/linux-3.4.99/net/nfc/
Daf_nfc.c55 .family = PF_NFC,
98 sock_unregister(PF_NFC); in af_nfc_exit()
Drawsock.c253 .family = PF_NFC,
302 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto); in rawsock_create()
/linux-3.4.99/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-3.4.99/include/linux/
Dsocket.h240 #define PF_NFC AF_NFC macro
/linux-3.4.99/net/nfc/llcp/
Dsock.c579 .family = PF_NFC,
622 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto); in nfc_llcp_sock_alloc()