Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dl2cap.h988 int l2cap_chan_check_security(struct l2cap_chan *chan, bool initiator);
/linux-6.6.21/net/bluetooth/
Dl2cap_core.c919 int l2cap_chan_check_security(struct l2cap_chan *chan, bool initiator) in l2cap_chan_check_security() function
1574 if (!l2cap_chan_check_security(chan, true) || in l2cap_do_start()
1646 if (!l2cap_chan_check_security(chan, true) || in l2cap_conn_start()
1671 if (l2cap_chan_check_security(chan, false)) { in l2cap_conn_start()
4204 if (l2cap_chan_check_security(chan, false)) { in l2cap_connect()
8124 if (l2cap_chan_check_security(chan, true)) in l2cap_chan_connect()
Dl2cap_sock.c947 if (!l2cap_chan_check_security(chan, true)) in l2cap_sock_setsockopt()