HCI_EVENT_HDR_SIZE 974 net/bluetooth/hci_core.c if (count >= HCI_EVENT_HDR_SIZE) {
HCI_EVENT_HDR_SIZE 976 net/bluetooth/hci_core.c len = HCI_EVENT_HDR_SIZE + h->plen;
HCI_EVENT_HDR_SIZE 1763 net/bluetooth/hci_event.c skb_pull(skb, HCI_EVENT_HDR_SIZE);
HCI_EVENT_HDR_SIZE 1910 net/bluetooth/hci_event.c skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC);
HCI_EVENT_HDR_SIZE 1914 net/bluetooth/hci_event.c hdr = (void *) skb_put(skb, HCI_EVENT_HDR_SIZE);