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

/linux-4.1.27/net/bluetooth/
H A Dhci_sock.c51 __u32 cmsg_mask; member in struct:hci_pinfo
887 __u32 mask = hci_pi(sk)->cmsg_mask; hci_sock_cmsg()
1229 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; hci_sock_setsockopt()
1231 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; hci_sock_setsockopt()
1241 hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP; hci_sock_setsockopt()
1243 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP; hci_sock_setsockopt()
1309 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) hci_sock_getsockopt()
1319 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) hci_sock_getsockopt()

Completed in 37 milliseconds