Searched refs:HCI_MON_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
32 #define HCI_MON_HDR_SIZE 6 macro
287 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()