Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_sock.c55 __u32 cmsg_mask; member
1376 __u32 mask = hci_pi(sk)->cmsg_mask; in hci_sock_cmsg()
1841 hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR; in hci_sock_setsockopt()
1843 hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR; in hci_sock_setsockopt()
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()
1924 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR) in hci_sock_getsockopt()
1934 if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP) in hci_sock_getsockopt()