Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtwilink.c134 .hdr_len = sizeof(struct hci_acl_hdr),
135 .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen),
Dbt3c_cs.c293 struct hci_acl_hdr *ah; in bt3c_receive()
305 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
Dbluecard_cs.c453 struct hci_acl_hdr *ah; in bluecard_receive()
465 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
Dbfusb.c302 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
Dbtusb.c597 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2221 struct hci_acl_hdr { struct
2236 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument
2238 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/Linux-v4.19/net/bluetooth/
Dhci_core.c3576 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
3581 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
4153 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()