Home
last modified time | relevance | path

Searched refs:hci_acl_hdr (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c135 .hdr_len = sizeof(struct hci_acl_hdr),
136 .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen),
Dhci_ll.c378 struct hci_acl_hdr *ah; in ll_recv()
412 ah = hci_acl_hdr(ll->rx_skb); in ll_recv()
Dbtuart_cs.c243 struct hci_acl_hdr *ah; in btuart_receive()
256 ah = hci_acl_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c294 struct hci_acl_hdr *ah; in bt3c_receive()
306 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c302 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c457 struct hci_acl_hdr *ah; in bluecard_receive()
469 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
Dbpa10x.c101 struct hci_acl_hdr *h = buf; in bpa10x_recv()
Dbtusb.c494 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1956 struct hci_acl_hdr { struct
1971 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument
1973 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/linux-4.1.27/net/bluetooth/
Dhci_core.c3422 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
3427 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
3999 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()