Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c83 int hci_sock_test_flag(struct sock *sk, int nr) in hci_sock_test_flag() function
278 if (!hci_sock_test_flag(sk, flag)) in __hci_send_to_channel()
391 if (!hci_sock_test_flag(sk, flag)) in hci_send_monitor_ctrl_event()
537 flags = hci_sock_test_flag(sk, HCI_SOCK_TRUSTED) ? 0x1 : 0x0; in create_monitor_ctrl_open()
1574 if (!hci_sock_test_flag(sk, HCI_SOCK_TRUSTED) && in hci_mgmt_cmd()
Dmgmt.c341 if (hci_sock_test_flag(sk, HCI_SOCK_TRUSTED)) { in read_commands()
358 if (hci_sock_test_flag(sk, HCI_SOCK_TRUSTED)) { in read_commands()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h494 int hci_sock_test_flag(struct sock *sk, int nr);