Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_sock.c84 int hci_sock_test_flag(struct sock *sk, int nr) in hci_sock_test_flag() function
326 if (!hci_sock_test_flag(sk, flag)) in __hci_send_to_channel()
441 if (!hci_sock_test_flag(sk, flag)) in hci_send_monitor_ctrl_event()
590 flags = hci_sock_test_flag(sk, HCI_SOCK_TRUSTED) ? 0x1 : 0x0; in create_monitor_ctrl_open()
1662 if (!hci_sock_test_flag(sk, HCI_SOCK_TRUSTED) && in hci_mgmt_cmd()
Dmgmt.c389 if (hci_sock_test_flag(sk, HCI_SOCK_TRUSTED)) { in read_commands()
406 if (hci_sock_test_flag(sk, HCI_SOCK_TRUSTED)) { in read_commands()
/linux-6.6.21/include/net/bluetooth/
Dbluetooth.h591 int hci_sock_test_flag(struct sock *sk, int nr);