hci_iso_hdr
plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen);
__le16 dlen = ((struct hci_iso_hdr *)skb->data)->dlen;
static inline struct hci_iso_hdr *hci_iso_hdr(const struct sk_buff *skb)
return (struct hci_iso_hdr *)skb->data;
struct hci_iso_hdr *hdr;
hdr = (struct hci_iso_hdr *)skb_transport_header(skb);
struct hci_iso_hdr *hdr;