Home
last modified time | relevance | path

Searched refs:HCI_CMSG_TSTAMP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_sock.h35 #define HCI_CMSG_TSTAMP 0x02 macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_sock.h35 #define HCI_CMSG_TSTAMP 0x02 macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c1458 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()
1480 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()
1931 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
1933 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt()
2012 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sock.c1526 if (mask & HCI_CMSG_TSTAMP) { in hci_sock_cmsg()
1548 put_cmsg(msg, SOL_HCI, HCI_CMSG_TSTAMP, len, data); in hci_sock_cmsg()
1967 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; in hci_sock_setsockopt_old()
1969 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; in hci_sock_setsockopt_old()
2094 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt_old()

Completed in 6 milliseconds