l2cap_chan_check_security  937 include/net/bluetooth/l2cap.h int l2cap_chan_check_security(struct l2cap_chan *chan, bool initiator);
l2cap_chan_check_security 1384 net/bluetooth/l2cap_core.c 	if (!l2cap_chan_check_security(chan, true) ||
l2cap_chan_check_security 1456 net/bluetooth/l2cap_core.c 			if (!l2cap_chan_check_security(chan, true) ||
l2cap_chan_check_security 1481 net/bluetooth/l2cap_core.c 			if (l2cap_chan_check_security(chan, false)) {
l2cap_chan_check_security 3911 net/bluetooth/l2cap_core.c 		if (l2cap_chan_check_security(chan, false)) {
l2cap_chan_check_security 7304 net/bluetooth/l2cap_core.c 			if (l2cap_chan_check_security(chan, true))
l2cap_chan_check_security  809 net/bluetooth/l2cap_sock.c 			if (!l2cap_chan_check_security(chan, true))