Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbt3c_cs.c293 struct hci_acl_hdr *ah; in bt3c_receive()
305 ah = hci_acl_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c287 struct hci_acl_hdr *hdr = (struct hci_acl_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c452 struct hci_acl_hdr *ah; in bluecard_receive()
464 ah = hci_acl_hdr(info->rx_skb); in bluecard_receive()
Dbtusb.c748 __le16 dlen = hci_acl_hdr(skb)->dlen; in btusb_recv_bulk()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2476 struct hci_acl_hdr { struct
2515 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function
2517 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c4156 struct hci_acl_hdr *hdr; in hci_add_acl_hdr()
4161 hdr = (struct hci_acl_hdr *)skb_transport_header(skb); in hci_add_acl_hdr()
4736 struct hci_acl_hdr *hdr = (void *) skb->data; in hci_acldata_packet()