L2CAP_CMD_HDR_SIZE 1323 net/bluetooth/l2cap.c len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen; L2CAP_CMD_HDR_SIZE 1331 net/bluetooth/l2cap.c lh->len = cpu_to_le16(L2CAP_CMD_HDR_SIZE + dlen); L2CAP_CMD_HDR_SIZE 1334 net/bluetooth/l2cap.c cmd = (struct l2cap_cmd_hdr *) skb_put(skb, L2CAP_CMD_HDR_SIZE); L2CAP_CMD_HDR_SIZE 1340 net/bluetooth/l2cap.c count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE; L2CAP_CMD_HDR_SIZE 1958 net/bluetooth/l2cap.c while (len >= L2CAP_CMD_HDR_SIZE) { L2CAP_CMD_HDR_SIZE 1960 net/bluetooth/l2cap.c memcpy(&cmd, data, L2CAP_CMD_HDR_SIZE); L2CAP_CMD_HDR_SIZE 1961 net/bluetooth/l2cap.c data += L2CAP_CMD_HDR_SIZE; L2CAP_CMD_HDR_SIZE 1962 net/bluetooth/l2cap.c len -= L2CAP_CMD_HDR_SIZE;