Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hci_sock.c File Reference
#include <linux/export.h>
#include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci_mon.h>

Go to the source code of this file.

Functions

void hci_send_to_sock (struct hci_dev *hdev, struct sk_buff *skb)
 
void hci_send_to_control (struct sk_buff *skb, struct sock *skip_sk)
 
void hci_send_to_monitor (struct hci_dev *hdev, struct sk_buff *skb)
 
void hci_sock_dev_event (struct hci_dev *hdev, int event)
 
int __init hci_sock_init (void)
 
void hci_sock_cleanup (void)
 

Function Documentation

void hci_send_to_control ( struct sk_buff skb,
struct sock skip_sk 
)

Definition at line 142 of file hci_sock.c.

void hci_send_to_monitor ( struct hci_dev hdev,
struct sk_buff skb 
)

Definition at line 176 of file hci_sock.c.

void hci_send_to_sock ( struct hci_dev hdev,
struct sk_buff skb 
)

Definition at line 70 of file hci_sock.c.

void hci_sock_cleanup ( void  )

Definition at line 1126 of file hci_sock.c.

void hci_sock_dev_event ( struct hci_dev hdev,
int  event 
)

Definition at line 372 of file hci_sock.c.

int __init hci_sock_init ( void  )

Definition at line 1096 of file hci_sock.c.