L2CAP_PSMLEN_SIZE 2203 net/bluetooth/l2cap_core.c 	int err, count, hlen = L2CAP_HDR_SIZE + L2CAP_PSMLEN_SIZE;
L2CAP_PSMLEN_SIZE 2219 net/bluetooth/l2cap_core.c 	lh->len = cpu_to_le16(len + L2CAP_PSMLEN_SIZE);
L2CAP_PSMLEN_SIZE 2220 net/bluetooth/l2cap_core.c 	put_unaligned(chan->psm, (__le16 *) skb_put(skb, L2CAP_PSMLEN_SIZE));
L2CAP_PSMLEN_SIZE 7056 net/bluetooth/l2cap_core.c 		skb_pull(skb, L2CAP_PSMLEN_SIZE);