Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_sock.h35 #define HCI_CMSG_TSTAMP 0x0002 macro
/Linux-v4.19/net/bluetooth/
Dhci_sock.c1384 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()
1406 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()
1853 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
1855 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
1934 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()