Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_sock.h34 #define HCI_CMSG_DIR 0x01 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c1427 if (mask & HCI_CMSG_DIR) { in hci_sock_cmsg()
1429 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg()
1894 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; in hci_sock_setsockopt()
1896 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; in hci_sock_setsockopt()
1977 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) in hci_sock_getsockopt()