hci_acl_hdr 886 include/net/bluetooth/hci.h static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) hci_acl_hdr 888 include/net/bluetooth/hci.h return (struct hci_acl_hdr *) skb->data; hci_acl_hdr 983 net/bluetooth/hci_core.c struct hci_acl_hdr *h = data; hci_acl_hdr 1189 net/bluetooth/hci_core.c struct hci_acl_hdr *hdr; hci_acl_hdr 1194 net/bluetooth/hci_core.c hdr = (struct hci_acl_hdr *)skb_transport_header(skb); hci_acl_hdr 1433 net/bluetooth/hci_core.c struct hci_acl_hdr *hdr = (void *) skb->data;