Lines Matching refs:bt_cb
123 if (bt_cb(skb)->pkt_type == HCI_VENDOR_PKT) in is_filtered_packet()
126 flt_type = bt_cb(skb)->pkt_type & HCI_FLT_TYPE_BITS; in is_filtered_packet()
132 if (bt_cb(skb)->pkt_type != HCI_EVENT_PKT) in is_filtered_packet()
179 if (!bt_cb(skb)->incoming) in hci_send_to_sock()
181 if (bt_cb(skb)->pkt_type != HCI_EVENT_PKT && in hci_send_to_sock()
182 bt_cb(skb)->pkt_type != HCI_ACLDATA_PKT && in hci_send_to_sock()
183 bt_cb(skb)->pkt_type != HCI_SCODATA_PKT) in hci_send_to_sock()
197 memcpy(skb_push(skb_copy, 1), &bt_cb(skb)->pkt_type, 1); in hci_send_to_sock()
263 switch (bt_cb(skb)->pkt_type) { in hci_send_to_monitor()
271 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
277 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
385 bt_cb(skb)->incoming = 1; in hci_si_event()
388 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in hci_si_event()
890 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg()
1141 bt_cb(skb)->pkt_type = *((unsigned char *) skb->data); in hci_sock_sendmsg()
1150 if (bt_cb(skb)->pkt_type != HCI_COMMAND_PKT && in hci_sock_sendmsg()
1151 bt_cb(skb)->pkt_type != HCI_ACLDATA_PKT && in hci_sock_sendmsg()
1152 bt_cb(skb)->pkt_type != HCI_SCODATA_PKT) { in hci_sock_sendmsg()
1159 } else if (bt_cb(skb)->pkt_type == HCI_COMMAND_PKT) { in hci_sock_sendmsg()
1179 bt_cb(skb)->req.start = true; in hci_sock_sendmsg()