L2CAP_CMD_HDR_SIZE 2933 net/bluetooth/l2cap_core.c 	if (conn->mtu < L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE)
L2CAP_CMD_HDR_SIZE 2936 net/bluetooth/l2cap_core.c 	len = L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE + dlen;
L2CAP_CMD_HDR_SIZE 2944 net/bluetooth/l2cap_core.c 	lh->len = cpu_to_le16(L2CAP_CMD_HDR_SIZE + dlen);
L2CAP_CMD_HDR_SIZE 2951 net/bluetooth/l2cap_core.c 	cmd = skb_put(skb, L2CAP_CMD_HDR_SIZE);
L2CAP_CMD_HDR_SIZE 2957 net/bluetooth/l2cap_core.c 		count -= L2CAP_HDR_SIZE + L2CAP_CMD_HDR_SIZE;
L2CAP_CMD_HDR_SIZE 5751 net/bluetooth/l2cap_core.c 	if (skb->len < L2CAP_CMD_HDR_SIZE)
L2CAP_CMD_HDR_SIZE 5755 net/bluetooth/l2cap_core.c 	skb_pull(skb, L2CAP_CMD_HDR_SIZE);
L2CAP_CMD_HDR_SIZE 5795 net/bluetooth/l2cap_core.c 	while (len >= L2CAP_CMD_HDR_SIZE) {
L2CAP_CMD_HDR_SIZE 5797 net/bluetooth/l2cap_core.c 		memcpy(&cmd, data, L2CAP_CMD_HDR_SIZE);
L2CAP_CMD_HDR_SIZE 5798 net/bluetooth/l2cap_core.c 		data += L2CAP_CMD_HDR_SIZE;
L2CAP_CMD_HDR_SIZE 5799 net/bluetooth/l2cap_core.c 		len  -= L2CAP_CMD_HDR_SIZE;