Home
last modified time | relevance | path

Searched refs:HCI_MON_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/bluetooth/
Dhci_mon.h32 #define HCI_MON_HDR_SIZE 6 macro
/linux-4.1.27/net/bluetooth/
Dhci_sock.c287 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
292 hdr = (void *) skb_push(skb_copy, HCI_MON_HDR_SIZE); in hci_send_to_monitor()
338 hdr = (void *) skb_push(skb, HCI_MON_HDR_SIZE); in create_monitor_event()
341 hdr->len = cpu_to_le16(skb->len - HCI_MON_HDR_SIZE); in create_monitor_event()