l2_psm             66 include/net/bluetooth/l2cap.h 	__le16		l2_psm;
l2_psm             98 net/bluetooth/l2cap_sock.c 	if (la.l2_cid && la.l2_psm)
l2_psm            118 net/bluetooth/l2cap_sock.c 	if (la.l2_psm) {
l2_psm            119 net/bluetooth/l2cap_sock.c 		__u16 psm = __le16_to_cpu(la.l2_psm);
l2_psm            136 net/bluetooth/l2cap_sock.c 		err = l2cap_add_psm(chan, &la.l2_bdaddr, la.l2_psm);
l2_psm            143 net/bluetooth/l2cap_sock.c 		if (__le16_to_cpu(la.l2_psm) == L2CAP_PSM_3DSP)
l2_psm            147 net/bluetooth/l2cap_sock.c 		if (__le16_to_cpu(la.l2_psm) == L2CAP_PSM_SDP ||
l2_psm            148 net/bluetooth/l2cap_sock.c 		    __le16_to_cpu(la.l2_psm) == L2CAP_PSM_RFCOMM)
l2_psm            193 net/bluetooth/l2cap_sock.c 	if (la.l2_cid && la.l2_psm)
l2_psm            238 net/bluetooth/l2cap_sock.c 	err = l2cap_chan_connect(chan, la.l2_psm, __le16_to_cpu(la.l2_cid),
l2_psm            377 net/bluetooth/l2cap_sock.c 	la->l2_psm = chan->psm;
l2_psm           1509 net/bluetooth/l2cap_sock.c 	la->l2_psm = bt_cb(skb)->l2cap.psm;
l2_psm            745 net/bluetooth/rfcomm/core.c 	addr.l2_psm    = 0;
l2_psm            771 net/bluetooth/rfcomm/core.c 	addr.l2_psm    = cpu_to_le16(L2CAP_PSM_RFCOMM);
l2_psm           2030 net/bluetooth/rfcomm/core.c 	addr.l2_psm    = cpu_to_le16(L2CAP_PSM_RFCOMM);