Home
last modified time | relevance | path

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

/linux-4.4.14/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.c242 struct hci_acl_hdr *ah; in btuart_receive()
255 ah = hci_acl_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c292 struct hci_acl_hdr *ah; in bt3c_receive()
304 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()
Dbtusb.c515 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1980 struct hci_acl_hdr { struct
1995 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument
1997 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/linux-4.4.14/net/bluetooth/
Dhci_core.c3699 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
3704 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
4276 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()