Searched defs:hci_pi (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/
H A Dhci_sock.c39 #define hci_pi(sk) ((struct hci_pinfo *) sk) macro
94 flt = &hci_pi(sk)->filter;
141 if (sk->sk_state != BT_BOUND || hci_pi(sk)->hdev != hdev)
148 if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) {
151 } else if (hci_pi(sk)->channel == HCI_CHANNEL_USER) {
205 if (hci_pi(sk)->channel != HCI_CHANNEL_CONTROL)
262 if (hci_pi(sk)->channel != HCI_CHANNEL_MONITOR)
308 if (hci_pi(sk)->channel != HCI_CHANNEL_MONITOR)
442 if (hci_pi(sk)->hdev == hdev) {
443 hci_pi(s
[all...]

Completed in 41 milliseconds