hci_acl_hdr
struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf;
struct hci_acl_hdr *ah;
ah = hci_acl_hdr(info->rx_skb);
struct hci_acl_hdr *ah;
ah = hci_acl_hdr(info->rx_skb);
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen);
u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle);
u16 handle = le16_to_cpu(hci_acl_hdr(skb)->handle);
struct hci_acl_hdr *acl_hdr = (struct hci_acl_hdr *)skb_pull_data(skb,
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
__le16 dlen = hci_acl_hdr(skb)->dlen;
skip += sizeof(struct hci_acl_hdr);
struct hci_acl_hdr *acl_hdr;
static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb)
return (struct hci_acl_hdr *) skb->data;
__u16 handle = __le16_to_cpu(hci_acl_hdr(skb)->handle);
struct hci_acl_hdr *hdr;
hdr = (struct hci_acl_hdr *)skb_transport_header(skb);
struct hci_acl_hdr *hdr;