Searched refs:HCI_CMSG_DIR (Results 1 – 2 of 2) sorted by relevance
315 if (mask & HCI_CMSG_DIR) in hci_sock_cmsg()316 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(int), &bluez_cb(skb)->incomming); in hci_sock_cmsg()454 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; in hci_sock_setsockopt()456 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; in hci_sock_setsockopt()508 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) in hci_sock_getsockopt()
679 #define HCI_CMSG_DIR 0x0001 macro