hci_acl_hdr 287 drivers/bluetooth/bfusb.c struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; hci_acl_hdr 453 drivers/bluetooth/bluecard_cs.c struct hci_acl_hdr *ah; hci_acl_hdr 465 drivers/bluetooth/bluecard_cs.c ah = hci_acl_hdr(info->rx_skb); hci_acl_hdr 293 drivers/bluetooth/bt3c_cs.c struct hci_acl_hdr *ah; hci_acl_hdr 305 drivers/bluetooth/bt3c_cs.c ah = hci_acl_hdr(info->rx_skb); hci_acl_hdr 665 drivers/bluetooth/btusb.c __le16 dlen = hci_acl_hdr(skb)->dlen; hci_acl_hdr 121 drivers/bluetooth/btwilink.c .hdr_len = sizeof(struct hci_acl_hdr), hci_acl_hdr 122 drivers/bluetooth/btwilink.c .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen), hci_acl_hdr 2283 include/net/bluetooth/hci.h static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) hci_acl_hdr 2285 include/net/bluetooth/hci.h return (struct hci_acl_hdr *) skb->data; hci_acl_hdr 3710 net/bluetooth/hci_core.c struct hci_acl_hdr *hdr; hci_acl_hdr 3715 net/bluetooth/hci_core.c hdr = (struct hci_acl_hdr *)skb_transport_header(skb); hci_acl_hdr 4287 net/bluetooth/hci_core.c struct hci_acl_hdr *hdr = (void *) skb->data;