L2CAP_HDR_SIZE    528 net/bluetooth/l2cap_core.c 	chan->mps = min_t(u16, chan->imtu, chan->conn->mtu - L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1028 net/bluetooth/l2cap_core.c 				   skb->data + L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1031 net/bluetooth/l2cap_core.c 				   skb->data + L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1058 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1059 net/bluetooth/l2cap_core.c 	lh->len = cpu_to_le16(hlen - L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2039 net/bluetooth/l2cap_core.c 					   tx_skb->data + L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2042 net/bluetooth/l2cap_core.c 					   tx_skb->data + L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2203 net/bluetooth/l2cap_core.c 	int err, count, hlen = L2CAP_HDR_SIZE + L2CAP_PSMLEN_SIZE;
L2CAP_HDR_SIZE   2217 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2240 net/bluetooth/l2cap_core.c 	count = min_t(unsigned int, (conn->mtu - L2CAP_HDR_SIZE), len);
L2CAP_HDR_SIZE   2242 net/bluetooth/l2cap_core.c 	skb = chan->ops->alloc_skb(chan, L2CAP_HDR_SIZE, count,
L2CAP_HDR_SIZE   2248 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2290 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2292 net/bluetooth/l2cap_core.c 	lh->len = cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
L2CAP_HDR_SIZE   2395 net/bluetooth/l2cap_core.c 	hlen = L2CAP_HDR_SIZE;
L2CAP_HDR_SIZE   2408 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2410 net/bluetooth/l2cap_core.c 	lh->len = cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
L2CAP_HDR_SIZE   2933 net/bluetooth/l2cap_core.c 	if (conn->mtu < L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE)
L2CAP_HDR_SIZE   2936 net/bluetooth/l2cap_core.c 	len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen;
L2CAP_HDR_SIZE   2943 net/bluetooth/l2cap_core.c 	lh = skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2957 net/bluetooth/l2cap_core.c 		count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE;
L2CAP_HDR_SIZE   7028 net/bluetooth/l2cap_core.c 	skb_pull(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   7610 net/bluetooth/l2cap_core.c 		if (skb->len < L2CAP_HDR_SIZE) {
L2CAP_HDR_SIZE   7617 net/bluetooth/l2cap_core.c 		len = __le16_to_cpu(hdr->len) + L2CAP_HDR_SIZE;