Searched refs:HCI_CMSG_TSTAMP (Results 1 – 2 of 2) sorted by relevance
449 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()470 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()638 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt()640 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt()705 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()
1073 #define HCI_CMSG_TSTAMP 0x0002 macro