|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/nfc.h>#include "../nfc.h"#include "llcp.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) "llcp: %s: " fmt, __func__ |
Functions | |
| void | nfc_llcp_accept_unlink (struct sock *sk) |
| void | nfc_llcp_accept_enqueue (struct sock *parent, struct sock *sk) |
| struct sock * | nfc_llcp_accept_dequeue (struct sock *parent, struct socket *newsock) |
| struct sock * | nfc_llcp_sock_alloc (struct socket *sock, int type, gfp_t gfp) |
| void | nfc_llcp_sock_free (struct nfc_llcp_sock *sock) |
| int __init | nfc_llcp_sock_init (void) |
| void | nfc_llcp_sock_exit (void) |
| void nfc_llcp_sock_free | ( | struct nfc_llcp_sock * | sock | ) |
1.8.2