L2CAP_HDR_SIZE   1028 net/bluetooth/l2cap.c 		hlen = L2CAP_HDR_SIZE + 2;
L2CAP_HDR_SIZE   1030 net/bluetooth/l2cap.c 		hlen = L2CAP_HDR_SIZE;
L2CAP_HDR_SIZE   1040 net/bluetooth/l2cap.c 	lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1042 net/bluetooth/l2cap.c 	lh->len = cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
L2CAP_HDR_SIZE   1323 net/bluetooth/l2cap.c 	len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen;
L2CAP_HDR_SIZE   1330 net/bluetooth/l2cap.c 	lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   1340 net/bluetooth/l2cap.c 		count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE;
L2CAP_HDR_SIZE   2108 net/bluetooth/l2cap.c 	skb_pull(skb, L2CAP_HDR_SIZE);
L2CAP_HDR_SIZE   2362 net/bluetooth/l2cap.c 		len = __le16_to_cpu(hdr->len) + L2CAP_HDR_SIZE;