#include <linux/module.h>
#include <asm/ioctls.h>
#include <net/bluetooth/bluetooth.h>
#include <linux/proc_fs.h>
Go to the source code of this file.
|
void | bt_sock_reclassify_lock (struct sock *sk, int proto) |
|
| EXPORT_SYMBOL (bt_sock_reclassify_lock) |
|
int | bt_sock_register (int proto, const struct net_proto_family *ops) |
|
| EXPORT_SYMBOL (bt_sock_register) |
|
int | bt_sock_unregister (int proto) |
|
| EXPORT_SYMBOL (bt_sock_unregister) |
|
void | bt_sock_link (struct bt_sock_list *l, struct sock *sk) |
|
| EXPORT_SYMBOL (bt_sock_link) |
|
void | bt_sock_unlink (struct bt_sock_list *l, struct sock *sk) |
|
| EXPORT_SYMBOL (bt_sock_unlink) |
|
void | bt_accept_enqueue (struct sock *parent, struct sock *sk) |
|
| EXPORT_SYMBOL (bt_accept_enqueue) |
|
void | bt_accept_unlink (struct sock *sk) |
|
| EXPORT_SYMBOL (bt_accept_unlink) |
|
struct sock * | bt_accept_dequeue (struct sock *parent, struct socket *newsock) |
|
| EXPORT_SYMBOL (bt_accept_dequeue) |
|
int | bt_sock_recvmsg (struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags) |
|
| EXPORT_SYMBOL (bt_sock_recvmsg) |
|
int | bt_sock_stream_recvmsg (struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t size, int flags) |
|
| EXPORT_SYMBOL (bt_sock_stream_recvmsg) |
|
unsigned int | bt_sock_poll (struct file *file, struct socket *sock, poll_table *wait) |
|
| EXPORT_SYMBOL (bt_sock_poll) |
|
int | bt_sock_ioctl (struct socket *sock, unsigned int cmd, unsigned long arg) |
|
| EXPORT_SYMBOL (bt_sock_ioctl) |
|
int | bt_sock_wait_state (struct sock *sk, int state, unsigned long timeo) |
|
| EXPORT_SYMBOL (bt_sock_wait_state) |
|
int | bt_procfs_init (struct module *module, struct net *net, const char *name, struct bt_sock_list *sk_list, int(*seq_show)(struct seq_file *, void *)) |
|
void | bt_procfs_cleanup (struct net *net, const char *name) |
|
| EXPORT_SYMBOL (bt_procfs_init) |
|
| EXPORT_SYMBOL (bt_procfs_cleanup) |
|
| subsys_initcall (bt_init) |
|
| module_exit (bt_exit) |
|
| MODULE_AUTHOR ("Marcel Holtmann <[email protected]>") |
|
| MODULE_DESCRIPTION ("Bluetooth Core ver "VERSION) |
|
| MODULE_VERSION (VERSION) |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_ALIAS_NETPROTO (PF_BLUETOOTH) |
|
int bt_sock_unregister |
( |
int |
proto | ) |
|
MODULE_DESCRIPTION |
( |
"Bluetooth Core ver " |
VERSION | ) |
|
subsys_initcall |
( |
bt_init |
| ) |
|