Symbol: hci_acl_hdr
drivers/bluetooth/bfusb.c
287
struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf;
drivers/bluetooth/bluecard_cs.c
452
struct hci_acl_hdr *ah;
drivers/bluetooth/bluecard_cs.c
464
ah = hci_acl_hdr(info->rx_skb);
drivers/bluetooth/bt3c_cs.c
293
struct hci_acl_hdr *ah;
drivers/bluetooth/bt3c_cs.c
305
ah = hci_acl_hdr(info->rx_skb);
drivers/bluetooth/btintel.c
2680
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
drivers/bluetooth/btintel_pcie.c
1124
plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen);
drivers/bluetooth/btmtk.c
939
u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle);
drivers/bluetooth/btmtksdio.c
424
u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle);
drivers/bluetooth/btnxpuart.c
1363
struct hci_acl_hdr *acl_hdr = (struct hci_acl_hdr *)skb_pull_data(skb,
drivers/bluetooth/btnxpuart.c
1402
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
drivers/bluetooth/btusb.c
1314
__le16 dlen = hci_acl_hdr(skb)->dlen;
drivers/bluetooth/btusb.c
3112
skip += sizeof(struct hci_acl_hdr);
drivers/bluetooth/btusb.c
3192
struct hci_acl_hdr *acl_hdr;
include/net/bluetooth/hci.h
3374
static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb)
include/net/bluetooth/hci.h
3376
return (struct hci_acl_hdr *) skb->data;
net/bluetooth/hci_core.c
2942
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
net/bluetooth/hci_core.c
3211
struct hci_acl_hdr *hdr;
net/bluetooth/hci_core.c
3216
hdr = (struct hci_acl_hdr *)skb_transport_header(skb);
net/bluetooth/hci_core.c
3835
struct hci_acl_hdr *hdr;